Mirror of Apache sdap (Incubating)

Clone this repo:
  1. 0071e43 Merge master into develop post-1.2.0 release (#305) by Riley Kuttruff · 5 weeks ago develop
  2. 90e0b00 SDAP-472 - data-access overhaul to support multiple simultaneous data backends (#294) by Riley Kuttruff · 7 weeks ago
  3. 2c92cff SDAP-505: Support DOMS insitu API (#299) by Stepheny Perez · 7 weeks ago
  4. 573eb08 SDAP-508 report sat spatial extents (#295) by Riley Kuttruff · 3 months ago
  5. bd391f1 SDAP-506: STAC Catalog for Matchup outputs (#291) by Stepheny Perez · 3 months ago

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