cf.Field.mask

Field.mask

The mask of the data array.

Examples

>>> f.shape
(12, 73, 96)
>>> m = f.mask
<CF Field: mask()>
>>> m.shape
(12, 73, 96)
>>> m.dtype
dtype('bool')

Previous topic

cf.Field.last_datum

Next topic

cf.Field.ndim

This Page