UNPKG

census-boundaries

Version:

Downloads and converts US Census TIGER data representing all boundaries in the United States

13 lines (12 loc) 204 B
export default { ftp: { host: 'ftp2.census.gov', port: 21 }, http: 'https://www2.census.gov', base: '/geo/tiger/TIGER2019/', objects: [ 'STATE', 'COUNTY', 'PLACE', 'ZCTA5' ] }