xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
201
stars
20
forks
source link
xcube v1.7.0 OGC API returns STAC non-conformant collection time extent. #1077
Closed
TejasMorbagal closed 1 month ago
Describe the bug
OGC API of xcube server v1.7.0 returns a temporal extent with an invalid format against the STAC Collection spec https://api.stacspec.org/v1.0.0/collections/#tag/Collections/operation/getCollections - the endpoint returns temporal extent as list of lists of lists of strings.
To Reproduce Steps to reproduce the behaviour: Run xcube server v1.7.0 with the following config:
Expected behaviour It should be a list of lists of strings
Screenshots
Additional context