xarray.core.resample.DatasetResample.interpolate

DatasetResample.interpolate(kind='linear')[source]

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

Parameters

kind ({"linear", "nearest", "zero", "slinear", "quadratic", "cubic"}, default: "linear") – Interpolation scheme to use