@@ -462,7 +462,7 @@ def set_variables(self, variables, check_encoding_set, writer, unlimited_dims=No
462
462
check_encoding_set : list-like
463
463
List of variables that should be checked for invalid encoding
464
464
values
465
- writer :
465
+ writer
466
466
unlimited_dims : list-like
467
467
List of dimension names that should be treated as unlimited
468
468
dimensions.
@@ -566,7 +566,7 @@ def open_zarr(
566
566
based on the variable's zarr chunks. If `chunks=None`, zarr array
567
567
data will lazily convert to numpy arrays upon access. This accepts
568
568
all the chunk specifications as Dask does.
569
- overwrite_encoded_chunks: bool, optional
569
+ overwrite_encoded_chunks : bool, optional
570
570
Whether to drop the zarr chunks encoded for each variable when a
571
571
dataset is loaded with specified chunk sizes (default: False)
572
572
decode_cf : bool, optional
@@ -605,7 +605,7 @@ def open_zarr(
605
605
{'days', 'hours', 'minutes', 'seconds', 'milliseconds', 'microseconds'}
606
606
into timedelta objects. If False, leave them encoded as numbers.
607
607
If None (default), assume the same value of decode_time.
608
- use_cftime: bool, optional
608
+ use_cftime : bool, optional
609
609
Only relevant if encoded dates come from a standard calendar
610
610
(e.g. "gregorian", "proleptic_gregorian", "standard", or not
611
611
specified). If None (default), attempt to decode times to
0 commit comments