This packages includes an extension for the Python library asdf to add support for reading and writing chunked Zarr arrays.
This extension is available on PyPI. We are actively developing this extension and until a stable release (1.0.0) is made it is possible that breaking changes will be introduced. If you are using this extension please let us know so we can look into adding your project to downstream testing in our CI.
$ pip install asdf-zarr
Alternatively this extension can be installed by cloning and installing the git repository.
$ git clone https://github.com/asdf-format/asdf-zarr
$ cd asdf-zarr
$ pip install .
For background on ASDF array storage and examples of how to use this extension see the notebooks subdirectory of this repository.
pytest is used for testing. Tests can be run (from the source checkout of this repository):
$ pytest
We welcome feedback and contributions to this project.