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