census-shapefile-utils
census-shapefile-utils copied to clipboard
Tools for fetching shapefiles from the Census FTP site, then extracting data from them.
Results
2
census-shapefile-utils issues
Sort by
recently updated
recently updated
newest added
added tracts
```bash $ python fetch_shapefiles.py Finding files in: ftp://ftp2.census.gov/geo/tiger/TIGER2012/CD/ ... Traceback (most recent call last): File "fetch_shapefiles.py", line 208, in main() File "fetch_shapefiles.py", line 203, in main year=options.year File "fetch_shapefiles.py", line...