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-cci fetches metadata from odp incorrectly #63

Open
AliceBalfanz opened this issue Jun 6, 2023 · 0 comments
Open

xcube-cci fetches metadata from odp incorrectly #63

AliceBalfanz opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
blocker bug Something isn't working

Comments

@AliceBalfanz
Copy link
Collaborator

AliceBalfanz commented Jun 6, 2023

When opening a dataset with xcube-cci:
I request this PERMAFROST dataset, which based on the metadata should have data in the requested time:

dataset = store.open_data('esacci.PERMAFROST.yr.L4.GTD.multi-sensor.multi-platform.ERA5_MODISLST_BIASCORRECTED.03-0.r1',
                          time_range=['2014-01-01','2016-12-31'])

It "pretends" to have data in it: 3 time stamps. but then when I run dropna for all variables in time, nothing is left. All variables are empty:
image

@TonioF your response about this:

Rather: The wrong metadata is used.

There is a problem with fetching the correct metadata from ODP. This is a major blocker.

@AliceBalfanz AliceBalfanz added bug Something isn't working blocker labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants