xarray.core.resample.DataArrayResample.interpolate

DataArrayResample.interpolate(self, kind='linear')

Interpolate up-sampled data using the original data as knots.

Parameters

kind (str {'linear', 'nearest', 'zero', 'slinear',) – ‘quadratic’, ‘cubic’} Interpolation scheme to use

See also

scipy.interpolate.interp1d()