nasa / cmr-stac

Other
43 stars 20 forks source link

NASA CMR STAC

NASA's Common Metadata Repository (CMR) is a metadata catalog of NASA Earth Science data. STAC, or SpatioTemporal Asset Catalog, is a Specification for describing geospatial data with JSON and GeoJSON. The related STAC-API Specification defines an API for searching and browsing STAC catalogs.

CMR-STAC

CMR-STAC acts as a proxy between the CMR repository and STAC API queries. The goal is to expose CMR's vast collections of geospatial data as a STAC-compliant API. Even though the core metadata remains the same, a benefit of the CMR-STAC proxy is the ability to use the growing ecosystem of STAC software. Underneath, STAC API queries are translated into CMR queries which are sent to CMR and the responses are translated into STAC Collections and Items. This entire process happens dynamically at runtime, so responses will always be representative of whatever data is currently stored in CMR. If there are any deletions of data in CMR by data providers, those deletions are represented in CMR-STAC immediately.

CMR-STAC follows the STAC API 1.0.0-beta.1 specification, see the OpenAPI Documentation.

Usage

Endpoints

Navigating

CMR-STAC can be navigated manually using the endpoints provided above, or you can utilize available STAC software to browse and use the API.

See the Usage Documentation for examples of how to interact with the API and search for data.

Limitations

While CMR-STAC provides some advantages over the CMR, there are some limitations that you should be aware of:

For Developers

Developer README

License

NASA Open Source Agreement v1.3 (NASA-1.3) See LICENSE.txt