We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c04ebf commit 484d1ceCopy full SHA for 484d1ce
xarray/core/dataset.py
@@ -1604,6 +1604,15 @@ def to_zarr(
1604
References
1605
----------
1606
https://zarr.readthedocs.io/
1607
+
1608
+ Notes
1609
+ -----
1610
+ Zarr chunking behavior:
1611
+ If chunks are found in the encoding argument or attribute
1612
+ corresponding to any DataArray, those chunks are used.
1613
+ If a DataArray is a dask array, it is written with those chunks.
1614
+ If not other chunks are found, Zarr uses its own heuristics to
1615
+ choose automatic chunk sizes.
1616
"""
1617
if encoding is None:
1618
encoding = {}
0 commit comments