You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if a dataset is compressed or has any filters applied, PyActiveStorage will raise NotImplementedError in s3.py when using the S3 storage type.
There are many compression and filter algorithms supported by netCDF/HDF5, but this task covers supporting and testing the Zlib compression algorithm as well as the HDF5 Shuffle filter. This task covers support for S3 storage, building on the local storage support discussed in #118 and added in #119
The text was updated successfully, but these errors were encountered:
Adds support for netCDF files with Gzip/Zlib compression and/or the byte
shuffle filter when using the S3 storage backend.
The compression and filter integration tests now run when testing
against the S3 storage backend.
Closes#120
Currently if a dataset is compressed or has any filters applied, PyActiveStorage will raise NotImplementedError in s3.py when using the S3 storage type.
There are many compression and filter algorithms supported by netCDF/HDF5, but this task covers supporting and testing the Zlib compression algorithm as well as the HDF5 Shuffle filter. This task covers support for S3 storage, building on the local storage support discussed in #118 and added in #119
The text was updated successfully, but these errors were encountered: