SDAP-105 DOMS matchup netcdf and csv generation (#61)

* adding netcdf generation, modified csv generation to line up with netcdf

* adding all recorded variables, calc max and min, refactored

* things work! testing locally with AVHRR using /domsresults endpoint

* removing json files from git tracking

* refactor

* removing all files used for testing purposes

* Consolidate depth to a single field, fix valid_min bug

* minor fixes, typos

* fix the way depth is handled, add comments, get rid of unecessary string comparison

* update metadata links to be pulled from config.py

* add keywords
3 files changed
tree: 9e7d1fe61703f97016432cd2b8dc2ed07048d729
  1. analysis/
  2. client/
  3. climatology/
  4. data-access/
  5. docker/
  6. docs/
  7. nexus-ingest/
  8. tools/
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

NEXUS

The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html

Building the Docs

Ensure sphinx and sphinx-autobuild are installed

pip install sphinx sphinx-autobuild

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html