nasa / zarr-eosdis-store

Zarr data store for efficiently accessing NetCDF4 data from NASA’s Earth observing system in the cloud using the Zarr Python library
Other
18 stars 6 forks source link

HARMONY-901: Require a version of numcodecs compatible with shuffle filter decoding #10

Closed bilts closed 3 years ago

bilts commented 3 years ago

To test: Install an older version of numcodecs into your kernel (pip install numcodecs=2.7.3) pip install -e . Verify that the latest version gets installed (0.8.1 or greater).

Optional: verify the demo notebook works, as it relies on the newer version.