wradlib.ipol.IpolBase.__call__#

IpolBase.__call__(vals)[source]#

Evaluate interpolator for values given at the source points.

Parameters

vals (numpy.ndarray) – ndarray of float, shape (numsources, …) Values at the source points which to interpolate

Returns

output (None)