My hdf5 file contains three arrays: ArrayA(30,100,100),ArrayB(100,100),ArrayC(100,100),how can I use LZF or LZO filters to compress them?
My hdf5 file contains three arrays: ArrayA(30,100,100),ArrayB(100,100),ArrayC(100,100),how can I use LZF or LZO filters
Share
I would recommend to use the blosc filter. It usually performs better than LZF or LZO.
This should work: