wradlib.ipol.RectGrid.__call__

wradlib.ipol.RectGrid.__call__#

RectGrid.__call__(values, **kwargs)[source]#

Evaluate interpolator for values given at the source points.

Parameters:

values (numpy.ndarray) – Values at the source points which to interpolate, shape (num src pts, …)

Returns:

result (numpy.ndarray) – Target values with shape (num trg pts, …)