NC_NOSHUFFLE

Control the HDF5 shuffle filter. In HDF5 files you can specify * that a shuffle filter should be used on each chunk of a variable to * improve compression for that variable. This per-variable shuffle * property can be set with the function nc_def_var_deflate().

extern (C)
enum NC_NOSHUFFLE = 0;

Meta