KlavierCat / water_import

Project to import Water Data from EPA XLS files to mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Water Import

Relevant URLS Trello Board https://trello.com/c/tBkrmqEv/48-what-s-in-my-water https://codeforireland.slack.com

Need to set your connection string in a .env file with


'WATER_CONNECTION_DB' = 'mongodb://localhost..'

Uses Recursefiles.js to build array of xls objects to put them in the right year, county and type. Fix the naming problems


node recursefiles.js  | find "county: ''"

node recursefiles.js > xlsimport.json

TODO

  • [] Load the xls files

Thanks to EPA for the water data!

-[] link needed

About

Project to import Water Data from EPA XLS files to mongodb


Languages

Language:JavaScript 100.0%