Nearest-neighbour interpolation in N dimensions.
New in version 0.9.
points : ndarray of floats, shape (npoints, ndims)
Data point coordinates.
values : ndarray of float or complex, shape (npoints, ...)
Data values.
Notes
Uses scipy.spatial.cKDTree
scipy.interpolate.LinearNDInterpolator
scipy.interpolate.CloughTocher2DInterpolator
Enter search terms or a module, class or function name.