-
Just wondering if support for NCZarr format is in consideration for the xarray. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You should be able to read NCZarr files via We have not yet implemented NCZarr in |
Beta Was this translation helpful? Give feedback.
You should be able to read NCZarr files via
engine='netcdf4'
inxarray.open_dataset
, which uses the underlying netCDF C library in which NCZarr is implemented. But I don't know if anyone has tested it yet.We have not yet implemented NCZarr in
xarray.open_zarr
(via the Zarr Python library). This is something we would be interested in supporting in principle, but it hasn't been implemented yet. There are also still some unresolved questions about how to reconcile the NCZarr convention and what we currently do in Xarray: zarr-developers/zarr-specs#41