wradlib.ipol.RectBin.__call__¶
-
RectBin.
__call__
(values, **kwargs)¶ Evaluate interpolator for values given at the source points.
- Parameters
values (
numpy.ndarray
of floats) – Values at the source points which to interpolate, shape (num src pts, …)kwargs (keyword arguments) – Passed to scipy.stats.binned_statistic_dd
- Returns
stat (
numpy.ndarray
of floats) – Target values with shape (num trg pts, …)