Zarr-Python#
Version: 3.0.2.dev5+g0c154c3
Useful links: Source Repository | Issue Tracker | Zulip Chat | Zarr specifications
Zarr-Python is a Python library for reading and writing Zarr groups and arrays. Highlights include:
Specification support for both Zarr format 2 and 3.
Create and read from N-dimensional arrays using NumPy-like semantics.
Flexible storage enables reading and writing from local, cloud and in-memory stores.
High performance: Enables fast I/O with support for asynchronous I/O and multi-threading.
Extensible: Customizable with user-defined codecs and stores.
Quick Start
New to Zarr? Check out the quick start guide. It contains a brief introduction to Zarr’s main concepts and links to additional tutorials.
Guide
A detailed guide for how to use Zarr-Python.
API Reference
The reference guide contains a detailed description of the functions, modules, and objects included in Zarr. The reference describes how the methods work and which parameters can be used. It assumes that you have an understanding of the key concepts.
Contributor’s Guide
Want to contribute to Zarr? We welcome contributions in the form of bug reports, bug fixes, documentation, enhancement proposals and more. The contributing guidelines will guide you through the process of improving Zarr.
Download documentation: PDF/Zipped HTML