wradlib.adjust.RawAtObs

class wradlib.adjust.RawAtObs(obs_coords, raw_coords, nnear=9, stat='median')

Get the raw values in the neighbourhood of the observation points

Parameters:
  • obs_coords (numpy.ndarray) – array of float coordinate pairs of observations points

  • raw_coords (numpy.ndarray) – array of float coordinate pairs of raw (unadjusted) field

  • nnear (int) – number of neighbours which should be considered in the vicinity of each point in obs

  • stat (str) – function name

__call__(raw[, obs])

Returns the values of raw at the observation locations