wradlib.adjust.RawAtObs#

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

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

__init__(obs_coords, raw_coords, nnear=9, stat='median')[source]#

Methods

__init__(obs_coords, raw_coords[, nnear, stat])