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 b589f6b commit b741d83Copy full SHA for b741d83
xarray/backends/api.py
@@ -414,7 +414,8 @@ def open_dataset(
414
arrays. ``chunks=-1`` loads the dataset with dask using a single
415
chunk for all arrays. ``chunks={}`` loads the dataset with dask using
416
engine preferred chunks if exposed by the backend, otherwise with
417
- a single chunk for all arrays.
+ a single chunk for all arrays. In order to reproduce the default behavior
418
+ of ``xr.open_zarr(...)`` use ``xr.open_dataset(..., engine='zarr', chunks={})``.
419
``chunks='auto'`` will use dask ``auto`` chunking taking into account the
420
engine preferred chunks. See dask chunking for more details.
421
cache : bool, optional
0 commit comments