Skip to content
Snippets Groups Projects
user avatar
Oriol Tintó authored
f7c65341
History
Name Last commit Last update
h5netcdfcompressor
README.md
pyproject.toml

Compressor that uses h5netcdf and hdf5plugin to compress files.

To use the compressor:

from h5netcdfcompressor import transfer_file

compress_file(origin="original.nc", destination="compressed.nc", compression="lossy,sz,rel,1e-6")