ome-zarr-py

Tools for reading and writing multi-resolution images stored in Zarr filesets, according to the OME NGFF spec.

Features

Installation

Install the latest release of ome-zarr from PyPI:

pip install ome-zarr

or from conda-forge:

conda install -c conda-forge ome-zarr

Installation for developers:

git clone git@github.com:ome/ome-zarr-py.git
cd ome-zarr-py
pip install -e .

License

Distributed under the terms of the BSD license, “ome-zarr-py” is free and open source software