pyinterp.backends.xarray.Grid4D.bicubic¶
- Grid4D.bicubic(coords: dict[str, np.ndarray], *args: Any, **kwargs: Any) np.ndarray[source]¶
Evaluate the interpolation defined for the given coordinates.
- Parameters:
coords – Mapping from dimension names to the coordinates to interpolate. Coordinates must be array-like.
*args – List of arguments provided to the interpolation method
pyinterp.bicubic.**kwargs – List of keyword arguments provided to the interpolation method
pyinterp.bicubic.
- Returns:
The interpolated values.