anu_ctlab_io.zarr

Read data from the ANU CTLab zarr data format.

This is an optional extra module, and must be explicitly installed to be used (e.g., pip install anu_ctlab_io[zarr]).

Package Contents

anu_ctlab_io.zarr.dataset_from_zarr(path, **kwargs)

Loads a Dataset from the path to a zarr.

This method is used by Dataset.from_path, by preference call that constructor directly.

Parameters:
  • Path – The path to the zarr to be loaded

  • kwargs (Any) – Currently this method consumes no kwargs, but will pass provided kwargs to dask.Array.from_path.

  • path (pathlib.Path)

Return type:

anu_ctlab_io._dataset.Dataset