wradlib.ipol.RectBin¶
-
class
wradlib.ipol.
RectBin
(src, trg)¶ Bin points values to regular grid cells
Based on
scipy.stats.binned_statistic_dd
- Parameters
src (
numpy.ndarray
of floats) – data point coordinates of the source points with shape (…, ndims).trg (
numpy.ndarray
of floats) – rectangular grid coordinates (center) with shape (…, 2)
|
Evaluate interpolator for values given at the source points. |