lepy / hdf5plugin

Set of compression filters for h5py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hdf5plugin

image

hdf5plugin provides HDF5 compression filters (namely: Blosc, Blosc2, BitShuffle, BZip2, FciDecomp, LZ4, SZ, SZ3, Zfp, ZStd) and makes them usable from h5py.

See documentation.

Installation

To install, run:

pip install hdf5plugin [--user]

or, with conda (https://anaconda.org/conda-forge/hdf5plugin):

conda install -c conda-forge hdf5plugin

To install from source and recompile the HDF5 plugins, run:

pip install hdf5plugin --no-binary hdf5plugin [--user]

Installing from source can achieve better performances by enabling AVX2 and OpenMP if available.

For more details, see the installation documentation.

How-to use

To use it, just use import hdf5plugin and supported compression filters are available from h5py.

For details, see Usage documentation.

License

The source code of hdf5plugin itself is licensed under the MIT license.

Embedded HDF5 compression filters are licensed under different open-source licenses: see the license documentation.

About

Set of compression filters for h5py

License:Other


Languages

Language:C 49.6%Language:C++ 44.6%Language:Makefile 1.2%Language:CMake 1.2%Language:Shell 1.1%Language:Python 0.7%Language:Fortran 0.3%Language:Ada 0.2%Language:Pascal 0.2%Language:Cython 0.1%Language:Cuda 0.1%Language:C# 0.1%Language:Assembly 0.1%Language:Roff 0.1%Language:HTML 0.1%Language:DIGITAL Command Language 0.1%Language:Starlark 0.0%Language:SWIG 0.0%Language:XSLT 0.0%Language:M4 0.0%Language:Perl 0.0%Language:Scheme 0.0%Language:Batchfile 0.0%Language:SAS 0.0%Language:MATLAB 0.0%Language:CSS 0.0%Language:Module Management System 0.0%Language:Dockerfile 0.0%