xarray.Dataset.pint.interp

Dataset.pint.interp(coords=None, method='linear', assume_sorted=False, kwargs=None, **coords_kwargs)

unit-aware version of interp

Like xarray.Dataset.interp(), except the object’s indexes are converted to the units of the indexers first.

Note

kwargs is passed unmodified to Dataset.interp