SDAP-50 Fix incorrect Hovmoller Implementation (#28)

This update combines Hovmoller calculation across NEXUS tiles, combines duplicate time stamps, and adds cos(lat) weighting for latitude-averaging.
1 file changed
tree: 424ef4ad0f81eb19bd5f14d481fd0e49eba96f34
  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