Skip to content

Commit 1d9c1e3

Browse files
authored
DOC: note of how chunks can be defined (#6696)
1 parent 9a71990 commit 1d9c1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,7 @@ def to_zarr(
19261926
Zarr chunks are determined in the following way:
19271927
19281928
- From the ``chunks`` attribute in each variable's ``encoding``
1929+
(can be set via `Dataset.chunk`).
19291930
- If the variable is a Dask array, from the dask chunks
19301931
- If neither Dask chunks nor encoding chunks are present, chunks will
19311932
be determined automatically by Zarr

0 commit comments

Comments
 (0)