gfind

gfind(fs, value[, eps])

Returns a Geopoints holding the grid points whose value is equal to value in the first field of fs.

Parameters
  • fs (Fieldset) – input fieldset

  • value (number) – the value to match

  • eps (number) – when specified data values are selected when \(abs(data - value) < eps\)

Return type

Geopoints

Missing values in fs are not returned.

Notebooks using metview.gfind