cfdm constants


Version 1.7.9 for version 1.7 of the CF conventions.

Data

cfdm.masked

A constant that allows data values to be masked by direct assignment. This is consistent with the behaviour of numpy masked arrays.

For example, masking every element of a field construct’s data array could be done as follows:

>>> f[...] = cfdm.masked