Closed
Description
With Zarr v2, I can open a group by passing either a valid Zarr store or with a path specified as a string, i.e., like zarr.open_group(store_or_path)
. As I understand it, paths get normalized into store objects, e.g., to a local filesystem or via fsspec.
With Zarr v3, as currently implemented, the path
argument is apparently now required, per pydata/xarray#6475. This feels like a small step backwards in terms of usability. I'm wondering if I'm missing some broader context here? Maybe some examples of how users would canonically create a group, add an array and then access the data in the new v3 API would be helpful.
Metadata
Metadata
Assignees
Labels
No labels