General
ImageContainer
ImageContainer.load()
Gallery
Load data from a Zarr store.
path (str | Path) – Path to Zarr store.
str
Path
lazy (bool) – Whether to use dask to lazily load image.
bool
dask
chunks (int | None) – Chunk size for dask. Only used when lazy = True.
int
None
lazy = True
: The loaded container.