c-blosc icon indicating copy to clipboard operation
c-blosc copied to clipboard

Set blosc compression to raw?

Open mohammed-sawi opened this issue 5 years ago • 1 comments

hello, i am new to coding and in order to get a specific program to work i need to set blosc compression to raw. --compression=raw. How and where do i do that, is it a terminal command or should it me in my python script.

mohammed-sawi avatar Aug 04 '20 14:08 mohammed-sawi

@mohammed-sawi thanks for asking about this. By "raw" I am assuming you mean, "apply no compression"? If you are using python-blosc I believe you can use clevel and set it to 0 to achieve this: http://python-blosc.blosc.org/tutorial.html#fine-tuning-compression-parameters

esc avatar Aug 04 '20 15:08 esc