We want to host this in OEDI, which will use AWS resources.
So they basically need a easy to access machine-readable format.
We discussed two formats:
e-mission can already export data from mongodb in JSON format
However, our scripts currently don't load one day's worth of data at a time. Instead, we download the spec, and then use the spec to pull chunks of data across multiple days (that represent multiple repetitions of the timeline) into one notebook for comparison.
We need to:
- design a JSON file format that is compatible with a spec-based access method,
- generate files in that format
- change the scripts to load from the new file formats instead of the old API methods.