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

Be compliant with data store convention #1

Closed
forman opened this issue Sep 1, 2020 · 0 comments · Fixed by #9
Closed

Be compliant with data store convention #1

forman opened this issue Sep 1, 2020 · 0 comments · Fixed by #9
Assignees
Labels
enhancement New feature or request

Comments

@forman
Copy link
Member

forman commented Sep 1, 2020

Achive full compliancy with xcube-dev/xcube#330.

@forman forman added the enhancement New feature or request label Sep 1, 2020
pont-us added a commit that referenced this issue Sep 3, 2020
Addresses Issue #1.

According to the updated xcube store API, data stores should return an
empty (but correctly dimensioned) Dataset when open_data is called
with variable_names=[]. This case is now handled specially in the
store implementation, since the behaviour is not supported by the CDS
API.
pont-us added a commit that referenced this issue Sep 16, 2020
A variable list of "None" should be interpreted as including all
available variables. The ERA5 dataset handler now implements this
behaviour. Addresses Issue #1.
pont-us added a commit that referenced this issue Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants