pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Refactor out utility functions from to_zarr #9695

Closed dcherian closed 3 weeks ago

dcherian commented 3 weeks ago

Tiny refactoring to clean up to_zarr. No functional changes, just moving code out to helper functions. This will help us add support for icechunk soon.