Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcube serve can not create time series for some datasets #811

Open
TonioF opened this issue Feb 15, 2023 · 1 comment
Open

xcube serve can not create time series for some datasets #811

TonioF opened this issue Feb 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@TonioF
Copy link
Contributor

TonioF commented Feb 15, 2023

For some datasets, requesting a timeseries will result in a ValueError. We observed this for datasets on our development DOORS xcube-viewer (from partners METU and ISMAR-CNR). If you set a geometry and request a time series for it, you will be given a non-telling error message. Browsing through the xcube-server logs, we found stack traces posted below.

Our initial assumption was that the time values were unsorted or non-unique, but this wasn't the case. We now assume that the problem occurs because the datasets in question hold four-dimensional variables (ordered time, xxx, lat, lon).
stacktrace1.txt
stacktrace2.txt

@TonioF TonioF added the bug Something isn't working label Feb 15, 2023
@forman
Copy link
Member

forman commented Feb 24, 2023

Related: xcube-dev/xcube-viewer#239

@forman forman self-assigned this Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants