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:
[x] Add unit tests and/or doctests in docstrings
[ ] ~Add docstrings and API docs for any new/modified user-facing classes and functions~
[ ] ~New/modified features documented in docs/source/*~
[x] Changes documented in CHANGES.md
[ ] GitHub CI passes
[ ] AppVeyor CI passes
[x] Test coverage remains or increases (target 100%)
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:
docs/source/*
~CHANGES.md