We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4437aab commit e8bf524Copy full SHA for e8bf524
xarray/backends/zarr.py
@@ -53,7 +53,7 @@ def initialize_zarr(
53
This function initializes a Zarr store with metadata that describes the entire datasets.
54
If ``region_dims`` is specified, it will also
55
1. Write variables that don't contain any of ``region_dims`` & indexes on the ``region_dims``, and
56
- 2. Return a dataset with variables that do contain one or more of ``region_dims``.
+ 2. Return a dataset with the remaining variables, which contain one or more of ``region_dims``.
57
This dataset can be used for region writes in parallel.
58
59
Parameters
0 commit comments