cfdm constants¶
Version 1.11.1.0 for version 1.11 of the CF conventions.
-
cfdm.
masked
¶ A constant that allows data values to be masked by direct assignment. This is consistent with the behaviour of numpy masked arrays.
Examples:
Masking every element of a field construct’s data could be done as follows:
>>> f[...] = cfdm.masked