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 (array of float) – coordinate pairs of observations points
  • raw_coords (array of float) – coordinate pairs of raw (unadjusted) field
  • nnear (integer) – number of neighbours which should be considered in the vicinity of each point in obs
  • stat (string) – function name
__call__(raw[, obs]) Returns the values of raw at the observation locations