cf.DomainTopology.get_quantize_on_write¶
-
DomainTopology.
get_quantize_on_write
(default=ValueError())[source]¶ Get a quantize-on-write instruction.
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.
DomainTopology
data can not be quantized, so the default is always returned.New in version (cfdm): 1.12.2.0
See also