-
Notifications
You must be signed in to change notification settings - Fork 18
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
Introduced parameter "base_dataset_id" for writing multi-level datasets #622
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still have the error with the inconsistent number of detail levels. Can you please set the chunking explicitly?
That has been done. CI is also green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, it's all working now.
Merging although conda repo for Linux-64 seems broken. On Mac OS, AppVeyor is green. |
Introduced parameter "base_dataset_id" for writing multi-level datasets.
This is a first step to address #617. In a next step,
xcube level
CLI tool should use the data store framework.Checklist:
CHANGES.md
Remember to close associated issues after merge!