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
The to_zarr() method accepts a keyword argument write_empty_chunks but the Zarr 3 backend no longer supports it. Instead, it can accept config={'write_empty_chunks': False} but to_zarr does not.
xarray 2025.1.2, zarr 3.0.3
What did you expect to happen?
It would write the data in Zarr skipping the empty chunks..
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
See the Contributing Guide for more.
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
Thank you!
What happened?
The
to_zarr()
method accepts a keyword argumentwrite_empty_chunks
but the Zarr 3 backend no longer supports it. Instead, it can acceptconfig={'write_empty_chunks': False}
butto_zarr
does not.xarray 2025.1.2, zarr 3.0.3
What did you expect to happen?
It would write the data in Zarr skipping the empty chunks..
Minimal Complete Verifiable Example
MVCE confirmation
Relevant log output
Anything else we need to know?
May I also suggest that you add a
zarr_backend_kwargs
argument that gets passed to the Zarr backend?Environment
The text was updated successfully, but these errors were encountered: