cf.List.get_quantization¶
-
List.
get_quantization
(default=ValueError())[source]¶ Get quantization metadata.
Quantization eliminates false precision, usually by rounding the least significant bits of floating-point mantissas to zeros, so that a subsequent compression on disk is more efficient.
List
data can not be quantized, so the default is always returned.New in version (cfdm): 1.12.2.0
See also