xarray.DataArray.pint.interp_like
- DataArray.pint.interp_like(other, method='linear', assume_sorted=False, kwargs=None)
unit-aware version of interp_like
Like
xarray.DataArray.interp_like(), except the object’s indexes are converted to the units of the indexers first.Note
method,assume_sortedandkwargsare passed unmodified toDataArray.interp.