SDAP-366: Fix CSV output for matchup (#153)

* Fix CSV output for matchup

* Update DOMS CSV format to only include values that are included in the result

* Use cf variable name if present

* CSV works when insitu results contain varying variables

* Updated CSV format with suggested changes

* Updated CSV based on feedback
5 files changed
tree: 28da37afe8f69059bac39dfbeec83f316ca3eaf6
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tools/
  10. .gitignore
  11. CONTRIBUTING.md
  12. LICENSE
  13. 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, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.

pip install sphinx sphinx-autobuild recommonmark

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html