SDAP-453 - Update results storage & retrieval so results JSON output matches original matchup output (#239)

* SDAP-453: Updated storage/retrieval to store/fetch complete matchup data

Checked for /cdmsresults output types JSON and CSV
Not yet working for NETCDF

* SDAP-453: Script to convert old result table to new one

* SDAP-453: NETCDF support

* Made output parameter case-insensitive

* Changelog update

* SDAP-453: Format CSV output

Correctly write variable data instead of dumping JSON

* SDAP-453: NetCDF formatting

* SDAP-453: Bit of backwards compatability with the old db schema

I think this will only support the JSON renderer

* Update conversion script to handle errors

* Update script correctly assigns to cf_variable_name

* NetCDF

* Matchup insitu id field

1) Ensure it is never null or empty string
2) Append the depth to the id in order to avoid filtering out measurements at different depths at the same lat+lon+time during NetCDF rendering

* Removed traceback logging statement

* Added cl args to update script

* Added more details to changelog

* Updated apidocs to add JSON as output option

* Typo in changelog entry

---------

Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
9 files changed
tree: 8a5404e30383284d860816c767c13ee440d4f655
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tests/
  10. tools/
  11. .gitignore
  12. CHANGELOG.md
  13. CONTRIBUTING.md
  14. DISCLAIMER-WIP
  15. LICENSE
  16. NOTICE
  17. README
  18. README.md
  19. VERSION.txt
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