diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index 3a55f3eca27..d93f4044a6d 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1604,6 +1604,15 @@ def to_zarr( References ---------- https://zarr.readthedocs.io/ + + Notes + ----- + Zarr chunking behavior: + If chunks are found in the encoding argument or attribute + corresponding to any DataArray, those chunks are used. + If a DataArray is a dask array, it is written with those chunks. + If not other chunks are found, Zarr uses its own heuristics to + choose automatic chunk sizes. """ if encoding is None: encoding = {}