Zarr v3 & v2 Support
Compatible with both Zarr v2 and Zarr v3 formats, with examples provided for each version wherever possible to illustrate equivalent usage and highlight any differences between them.
Chunked, compressed N-dimensional arrays for every scale and storage backend
Read and write to local disk or in-memory stores. S3-compatible object storage is supported for reading. New backends can be added by subtyping Zarr.AbstractStore.
Zarr.jl integrates seamlessly with YAXArrays.jl, providing the storage layer for labeled, multi-dimensional data.