maxvalue

maxvalue(fs[, area])

Computes the maximum 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, maxvalue() returns None.