cfdm constants¶
Version 1.12.3.0 for version 1.12 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