-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DataTree + Zarr-Python 3 #9984
Labels
bug
topic-DataTree
Related to the implementation of a DataTree class
topic-zarr
Related to zarr storage library
Comments
This was referenced Jan 25, 2025
Thanks - new methods in zarr-developers/zarr-python#2665 for creating multiple groups at once are also relevant. |
Should #9858 be on this list also? This seems to be a barrier for datatrees with empty groups in the hierarchy (e.g., hollow trees). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
topic-DataTree
Related to the implementation of a DataTree class
topic-zarr
Related to zarr storage library
What is your issue?
In order to limit the scope of #9552, we opted to delay complete DataTree compatibility zarr-python 3. It would be nice to get this working now that zarr 3.0 is out. This issue tracks what is left to do to make this integration work:
xarray/xarray/tests/test_backends_datatree.py
Lines 376 to 378 in 1c7ee65
xrefs:
zarr.core.group.Group
does not allow to access nested groups using file path-like syntax (?) zarr-developers/zarr-python#2765cc @dcherian, @d-v-b, @maxrjones
@TomAugspurger - if you have recollections of other things that need to be fixed to make this work, please add to this list.
The text was updated successfully, but these errors were encountered: