Details
There is a ~90gb folder of the data that is needed to be able to upload the data to mongodb.
IGNORES ALL LEAP DAYS
Go to /docs
to view the Swagger generated API docs, and to play around with the server
The mongodb is hosted on mongodb atlas. PLEASE do not run python to_mongo.py
or python pull_data.py
without asking Tucker first. You need the data and will overwrite all data on the mongodb server.
How to run
- You need the
data/
folder with all the netcdf4 files. - Call
python to_mongo.py
to place the data into the mongodb - Call
node server.js
to run the server