Fix NetCDF output (#182)

* Fixed mixup of lat & lon

* Update changelog

Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
2 files changed
tree: a9b50582fcfdbb13093366c892a70b884a2b0b00
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tools/
  10. .gitignore
  11. CHANGELOG.md
  12. CONTRIBUTING.md
  13. LICENSE
  14. 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