We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994af64 commit 4437aabCopy full SHA for 4437aab
xarray/backends/zarr.py
@@ -52,7 +52,7 @@ def initialize_zarr(
52
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``, and
+ 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``.
57
This dataset can be used for region writes in parallel.
58
0 commit comments