c-blosc
c-blosc copied to clipboard
Set blosc compression to raw?
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 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