netcdf.defVarDeflate
Define compression parameters for netCDF variable
Description
Examples
Input Arguments
Limitations
You cannot set
deflate
totrue
anddeflateLevel
to a positive value ifvarid
refers to a variable of typeNC_STRING
orNC_VLEN
.
Tips
This function corresponds to the
nc_def_var_deflate
function in the netCDF library C API.