+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