Pull master into SNAPSHOT (#84)

* SDAP-208 remove pegged numpy version in nexuscli requirements.txt

* SDAP-206 remove pegged numpy version in nexuscli requirements.txt

* SDAP-206 remove pegged numpy version in nexuscli requirements.txt

* SDAP-192 Create DOMS netCDF reader tool (#83)

* Created DOMS netCDF reader tool.

* SDAP-192 DOMS netCDF reader updated to use num2date function to get datetime object from timestamp.

* SDAP-192 Added logging to DOMS netCDF reader tool.

* SDAP-192 Miscellaneous variable updates with DOMS netCDF reader.

* SDAP-192 'try/except' blocks around 'with' statements for netCDF and CSV file handling. Changed name of CSV file output from main. Moved print statement.

* SDAP-192 Changed print to LOGGER.info in DOMS netCDF reader.

* SDAP-192 Updates to DOMS netCDF reader documentation, including a README.md
2 files changed
tree: a743a89ae5f4ec83529e17f0f3e1f121065e153e
  1. analysis/
  2. client/
  3. climatology/
  4. data-access/
  5. docker/
  6. docs/
  7. nexus-ingest/
  8. tools/
  9. .gitignore
  10. CONTRIBUTING.md
  11. LICENSE
  12. 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