cf.CellMethod.where

CellMethod.where

The cell method’s where keyword.

These describe how climatological statistics have been derived.

See also

over

Examples:

>>> c
>>> c
<CF CellMethod: time: minimum>
>>> print c.where
None
>>> c.where = 'land'
>>> c
<CF CellMethod: time: minimum where years>
>>> del c.where
>>> c
<CF CellMethod: time: minimum>