xoa.krig.Kriger.interp

Kriger.interp(dso: Dataset, block=None, name=None)[source]

Interpolate to the dso positions

Parameters:
  • dso (xr.Dataset) – Dataset that contains lon and lat coordinates

  • block (None, int) – Number of nearest neighbours for block kriging

  • name (str, None:) – Default name of the output data array.

Returns:

xarray.Dataset – A dataset that contains the interpolated values and associated erreors