silx-kit / hdf5plugin

Set of compression filters for h5py

Home Page:http://www.silx.org/doc/hdf5plugin/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aggression argument for Zstd aggression

mkitti opened this issue · comments

The Zstd plugin accepts an aggression argument. However hdf5plugin.Zstd() takes no arguments.

This can be worked around by providing compression=hdf5plugin.ZSTD_ID, compression_opts=aggression to h5py.create_dataset.

aggression = (int)cd_values[0];

Indeed, that's missing!
Thanks for the report.

Pull request welcomed!

I implemented the argument in #164