SDAP-150 Error processing dailydifferenceaverage (#38)

* DDA was not passing in the metadata to the results object resulting in an Exception. Now it is passing in the metadata correctly. I also improved the logic so it will not error if no parameters are provided.

* moved build args to right before they are used to preserve cache.

* adding more broken
3 files changed
tree: a93d10b0107dfdfface70d5e014f73ea6af28760
  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