squidpy.im.ImageContainer.load

classmethod ImageContainer.load(path, lazy=True, chunks=None)[source]

Load data from a Zarr store.

Parameters:
  • path (str | Path) – Path to Zarr store.

  • lazy (bool) – Whether to use dask to lazily load image.

  • chunks (int | None) – Chunk size for dask. Only used when lazy = True.

Return type:

ImageContainer

Returns:

: The loaded container.