We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4441f99 commit 971be10Copy full SHA for 971be10
xarray/core/dataset.py
@@ -2042,7 +2042,9 @@ def to_netcdf(
2042
Nested dictionary with variable names as keys and dictionaries of
2043
variable specific encodings as values, e.g.,
2044
``{"my_variable": {"dtype": "int16", "scale_factor": 0.1,
2045
- "zlib": True}, ...}``
+ "zlib": True}, ...}``.
2046
+ If ``encoding`` is specified the original encoding of the variables of
2047
+ the dataset is ignored.
2048
2049
The `h5netcdf` engine supports both the NetCDF4-style compression
2050
encoding parameters ``{"zlib": True, "complevel": 9}`` and the h5py
0 commit comments