Metadata-Version: 2.1
Name: ocf_blosc2
Version: 0.0.7
Summary: OCF Blosc2 is a codec for numcodecs for compressing image data in Zarr/Xarray
Author: Jacob Bieker
Author-email: info@openclimatefix.org
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: blosc2
Requires-Dist: numcodecs

# ocf_blosc2
Blosc2 codec used for OCF's Zarr compression

## How to run tests

Install the repo and run
```bash
pytest
```

