Closed rabernat closed 4 weeks ago
Zarr V3 now explicitly supports dimension names on arrays (see Array API docs.
This makes our _ARRAY_DIMENSIONS special attribute unnecessary. https://github.com/pydata/xarray/blob/b133fdca71fd614b8056c3e995062b2834320ba5/xarray/backends/zarr.py#L54-L55
_ARRAY_DIMENSIONS
However, we are still using _ARRAY_DIMENSIONS with V3 in Xarray.
It would be great to fix this before we release V3 support so we don't start putting V3 data out into wild with this attribute set.
What is your issue?
Zarr V3 now explicitly supports dimension names on arrays (see Array API docs.
This makes our
_ARRAY_DIMENSIONS
special attribute unnecessary. https://github.com/pydata/xarray/blob/b133fdca71fd614b8056c3e995062b2834320ba5/xarray/backends/zarr.py#L54-L55However, we are still using
_ARRAY_DIMENSIONS
with V3 in Xarray.It would be great to fix this before we release V3 support so we don't start putting V3 data out into wild with this attribute set.