Skip to content

Commit

Permalink
DOC: zarr note on encoding (#5427)
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves authored Jun 21, 2021
1 parent b52b29d commit 6a101a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,10 @@ def to_zarr(
If not other chunks are found, Zarr uses its own heuristics to
choose automatic chunk sizes.
encoding:
The encoding attribute (if exists) of the DataArray(s) will be
used. Override any existing encodings by providing the ``encoding`` kwarg.
See Also
--------
:ref:`io.zarr`
Expand Down

0 comments on commit 6a101a9

Please sign in to comment.