Constants of the cf module

cf.masked

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

For example, one way of masking every element of an array is:

>>> f.setitem(cf.mask)

Previous topic

cf.VariableList.subspace

This Page