https://github.com/zarr-developers/zarr-specs
Zarr core protocol for storage and retrieval of N-dimensional typed arrays
https://github.com/zarr-developers/zarr-specs
arrays storage zarr
Last synced: 3 months ago
JSON representation
Zarr core protocol for storage and retrieval of N-dimensional typed arrays
- Host: GitHub
- URL: https://github.com/zarr-developers/zarr-specs
- Owner: zarr-developers
- License: cc-by-4.0
- Created: 2019-01-15T17:50:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T14:45:31.000Z (3 months ago)
- Last Synced: 2025-02-17T15:35:15.519Z (3 months ago)
- Topics: arrays, storage, zarr
- Homepage: https://zarr-specs.readthedocs.io/
- Size: 2.79 MB
- Stars: 90
- Watchers: 33
- Forks: 30
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zarr Specification
**Zarr core protocol for storage and retrieval of N-dimensional typed arrays**
For the v1 and v2 specs, please see
https://github.com/zarr-developers/zarr-python/tree/main/docs/spec.The rendered docs of the `main` branch are available at https://zarr-specs.readthedocs.io
## Usage
The following steps install the necessary packages to render the specs with
automatic updating and reloading of changes:```shell
## optionally setup an venv
# python3 -m venv .venv
# . .venv/bin/activate
pip install -r docs/requirements.txt
pip install sphinx-autobuild
sphinx-autobuild -a docs docs/_build/html
```