Is your feature request related to a problem? Please describe.
The hdf_compression_level: Optional[int] should also except a number of strings so that other compression algorithms supported by h5py can be used, such as lzf
Describe the solution you'd like
Ensure the proper arguments can be passed.
Is your feature request related to a problem? Please describe.
The
hdf_compression_level: Optional[int]should also except a number of strings so that other compression algorithms supported byh5pycan be used, such as lzfDescribe the solution you'd like
Ensure the proper arguments can be passed.