SciPy

This is documentation for an old release of SciPy (version 1.2.3). Read this page in the documentation of the latest stable release (version 1.15.0).

scipy.interpolate.RegularGridInterpolator.__call__

RegularGridInterpolator.__call__(self, xi, method=None)[source]

Interpolation at coordinates

Parameters
xindarray of shape (…, ndim)

The coordinates to sample the gridded data at

methodstr

The method of interpolation to perform. Supported are “linear” and “nearest”.

Previous topic

scipy.interpolate.RegularGridInterpolator

Next topic

scipy.interpolate.RectBivariateSpline