anu_ctlab_io.zarr ================= .. py:module:: anu_ctlab_io.zarr .. autoapi-nested-parse:: 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 ---------------- .. py:function:: dataset_from_zarr(path, **kwargs) Loads a :any:`Dataset` from the path to a zarr. This method is used by :any:`Dataset.from_path`, by preference call that constructor directly. :param Path: The path to the zarr to be loaded :param kwargs: Currently this method consumes no kwargs, but will pass provided kwargs to ``dask.Array.from_path``.