Skip to content

An experimental asdf extension to support chunked arrays.

License

Notifications You must be signed in to change notification settings

asdf-format/asdf-zarr

ASDF serialization support for Zarr

CI Status Codecov

This packages includes an extension for the Python library asdf to add support for reading and writing chunked Zarr arrays.

Installation

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 .

Usage

For background on ASDF array storage and examples of how to use this extension see the notebooks subdirectory of this repository.

Testing

pytest is used for testing. Tests can be run (from the source checkout of this repository):

$ pytest

Contributing

We welcome feedback and contributions to this project.