cf.CellMethod.where¶
-
CellMethod.
where
¶ The cell method’s where qualifier.
These describe how climatological statistics have been derived.
See also
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>