Add the BLOSC filter to the chunk processing pipeline.
H5Pset_blosc(h5plist, h5tid, method = 1L, level = 6L, shuffle = TRUE)Object of class H5IdComponent representing a dataset creation property list.
HDF5 data type id
Integer defining which of the compression algorithms provided by BLOSC should be used. (See the details section for the mapping between integers and algorithms).
Compression level to be used by the selected algorithm.
Logical defining whether the bit-shuffle algorithm should be used prior to compression. This makes use of the shuffle implementation provide by BLOSC, rather than the HDF5 version.