commit | 1a821734303b0a8d6190af0d32bd626b80e25d32 | [log] [tgz] |
---|---|---|
author | fgreg <fgreguska+github@gmail.com> | Thu Oct 10 13:49:45 2019 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 10 13:49:45 2019 -0700 |
tree | a743a89ae5f4ec83529e17f0f3e1f121065e153e | |
parent | 2aa50fef8c3131c4b91245a92f8a1345dbf15dd0 [diff] |
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
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
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