zarr-vectors

zarr-vectors stores three-dimensional spatial geometry β€” point clouds, streamlines, graphs, skeletons, and meshes β€” in spatially indexed Zarr v3 stores. Spatial queries touch only the chunks they need, whether the store sits on a local filesystem or a cloud object store (S3, GCS). Resolution pyramids are encoded natively so viewers like Neuroglancer can stream data progressively at any scale.

The library implements the Zarr Vector Format originally specified by Forest Collman at the Allen Institute for Brain Sciences, extended with separated chunk/bin sizes, per-level sparsity, and OME-Zarr-compatible multiscale metadata.


Where to startΒΆ

Quickstart

Write and query your first vector store in a few lines of Python.

Core concepts

The mental model: chunk shapes, bin shapes, and resolution pyramids.

Specification

Full technical specification for the Zarr Vector Format.

API Reference

Auto-generated reference for all public functions and classes.