pyinterp.backends.xarray.Grid4D.quadrivariate#

Grid4D.quadrivariate(coords: dict, *args, **kwargs) 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.quadrivariate.

  • **kwargs – List of keywords arguments provided to the interpolation method pyinterp.quadrivariate.

Returns:

The interpolated values.