Skip to content

Commit 6a101a9

Browse files
authored
DOC: zarr note on encoding (#5427)
1 parent b52b29d commit 6a101a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xarray/core/dataset.py

+4
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,10 @@ def to_zarr(
20012001
If not other chunks are found, Zarr uses its own heuristics to
20022002
choose automatic chunk sizes.
20032003
2004+
encoding:
2005+
The encoding attribute (if exists) of the DataArray(s) will be
2006+
used. Override any existing encodings by providing the ``encoding`` kwarg.
2007+
20042008
See Also
20052009
--------
20062010
:ref:`io.zarr`

0 commit comments

Comments
 (0)