squidpy.im.ImageContainer.load

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

Load data from a Zarr store.

Parameters:
  • path (Union[str, Path]) – Path to Zarr store.

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

  • chunks (Optional[int]) – Chunk size for dask. Only used when lazy = True.

Return type:

ImageContainer

Returns:

: The loaded container.