wradlib.ipol.IpolBase.__call__

IpolBase.__call__(vals)

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)