-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or requestxcube data storesThis is related to data store framework or data store implementationsThis is related to data store framework or data store implementations
Description
Is your feature request related to a problem? Please describe.
It would be handy if xcube multi-level datasets could be opened using xrarray.open_datatree()
.
A missing .zgroup
is currently preventing this.
If we add a Zarr v2 .zgroup
:
we can open them:
Describe the solution you'd like
- always write
.zgroup
when writing multi-level datasets and optionally generated consolidated metadata for group. - Move contents of
.zlevels
into.zattrs
. (pros and cons TBD) - Update the dataset spec to reflect this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestxcube data storesThis is related to data store framework or data store implementationsThis is related to data store framework or data store implementations