Skip to content

topozarr

Create multiscale Zarr stores for web visualization.

Built for use with zarr-layer. Tries to follow the GeoZarr spec, which is composed of these Zarr conventions:

  • multiscales — pyramid structure and resolution levels
  • proj: — coordinate reference system (CRS)
  • spatial: — affine transform, bounding box, and dimension names

Experimental

APIs may change without notice.

Installation

uv add topozarr
# or
pip install topozarr

The tutorial extra should include everything needed to run the examples in the Usage guide:

uv add 'topozarr[tutorial]'
# or
pip install 'topozarr[tutorial]'