Closed pont-us closed 1 year ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
e20d6bd
) 93.26% compared to head (c1e0b76
) 93.30%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #889 .
This PR unifies the STAC and OGC Coverages APIs under the
/ogc
endpoint prefix. It also extends the STAC API: previously the STAC API only provided one collection, calleddatacubes
, containing all the available datasets. This doesn't integrate well with coverages, which assumes one collection per dataset. So with this PR the STAC API also offers, in addition, one collection per dataset, each containing a single item for that dataset. Both representations are allowed by the STAC Datacube extension. So each dataset is now represented twice in the STAC API at different locations.Additionally, this PR fixes a previously unnoticed bug in the STAC implementation which resulted in incorrect metadata being served for additional cube dimensions.
Checklist:
docs/source/*
CHANGES.md