xcube-dev / xcube

xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
https://xcube.readthedocs.io/
MIT License
201 stars 20 forks source link

Correct the extent object of a STAC collection issued by xcube server #1053

Closed konstntokas closed 3 months ago

konstntokas commented 3 months ago

This PR corrects the extent object of a STAC collection issued by xcube server.

The extent object needs to follow a specific form documented in the collection STAC specifications. With this PR the collection issued by xcube server will be presented according to the documentation, which is needed for a successful item search.

Checklist: