UNPKG

rethinkdb-boundaries

Version:

Downloads, converts, and indexes US Census TIGER data representing all boundaries in the United States to RethinkDB.

19 lines (18 loc) 264 B
export default { ftp: { host: 'ftp2.census.gov', port: 21 }, rethink: { silent: true, host: 'localhost', port: 28015, db: 'test', table: 'Boundary' }, base: '/geo/tiger/TIGER2015/', objects: [ 'STATE', 'PLACE' ] }