rethinkdb-boundaries
Version:
Downloads, converts, and indexes US Census TIGER data representing all boundaries in the United States to RethinkDB.
19 lines (18 loc) • 334 B
JavaScript
;
exports.__esModule = true;
exports.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']
};
module.exports = exports['default'];