scipy.interpolate
NearestNDInterpolator.
__call__
Evaluate interpolator at given points.
Points where to interpolate data at. x1, x2, … xn can be array-like of float with broadcastable shape. or x1 can be array-like of float with shape (..., ndim)
(..., ndim)
scipy.interpolate.NearestNDInterpolator
scipy.interpolate.CloughTocher2DInterpolator