You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, read_xarray(node) returns a DataTree if node is a zarr / n5 group containing arrays. But DataTree can express more hierarchies than this, so we should support that, e.g. by parsing arbitrary zarr / n5 trees into DataTree
right now,
read_xarray(node)
returns aDataTree
ifnode
is a zarr / n5 group containing arrays. ButDataTree
can express more hierarchies than this, so we should support that, e.g. by parsing arbitrary zarr / n5 trees intoDataTree
cc @neptunes5thmoon
The text was updated successfully, but these errors were encountered: