An implementation of the SpatioTemporal Asset Catalog API on top of NASA's Common Metadata Repository.
Deployed at https://cmr.earthdata.nasa.gov/cmr-stac/
There is more detailed documentation in the docs folder of this repository.
- node.js 10.15 (nvm is the best way)
- AWS CLI
This application is a monorepo around a set of microservices that support the STAC proxy. It is organized as a NPM module and will install all dependencies if you run the following command:
npm install
- cd
search
npm start
- cd
search
npm run deploy -- --stage <sit|uat|prod> --cmr-search-host <cmr-search-host> --cmr-search-protocol <http|https>
The full license can be found here