Skip to content

Commit 624494f

Browse files
committed
Minor addition to README.
1 parent 67647fa commit 624494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgis_support/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The `geoheader` table is altered with the addition of a geometry column `geom` a
44

55
It is assumed that the data manager is familiar with loading spatial data. Mapping demographic data the way the data has been released requires joining the spatial layer to `geoheader` and then joining to the sequences. Because the spatial data are of little interest without the associated demographic data, I feel that it is better to put the spatial data directly into `geoheader`. Then mapping the data can be accomplished with only one join.
66

7-
The way PostGIS support is implemented for census-postgres differs from the traditional GIS approach in that all geometries for all scales are inserted into one table. Normally, a GIS user will want to have states, counties, tracts, and other geographies in separate layers (tables). But Census releases these data mashed together into one or two files per sequence (only tracts and block groups are broken out into separate files for the 5-year estimates). In the future, I intend to test using partitioning to separate scales while maintaining consistent table structure.
7+
The way PostGIS support is implemented for census-postgres differs from the traditional GIS approach in that all geometries for all scales are inserted into one table. Normally, a GIS user will want to have states, counties, tracts, and other geographies in separate layers (tables). But Census releases these data mashed together into one or two files per sequence (only tracts and block groups are broken out into separate files for the 5-year estimates). In the future, I intend to test using partitioning to separate scales while maintaining consistent table structure. In the meantime, GIS users will have to filter manually, or the data manager will have to add spatial views restricting the data by geographic scale.

0 commit comments

Comments
 (0)