minvalue

minvalue(fs[, area])

Computes the minimum of all the values in fs.

Parameters
  • fs (Fieldset) – input fieldset

  • area (list) – area as [North, West, South, East]

Return type

number or None

If area is specified only points within it will be included in the computation. Missing values are ignored, and if there are no valid values at all, minvalue() returns None.

Notebooks using metview.minvalue