xarray.DataArray.astropy.interpolate_na¶
- DataArray.astropy.interpolate_na(dim=None, method='linear', limit=None, use_coordinate=True, max_gap=None, keep_attrs=None, **kwargs)¶
unit-aware version of interpolate_na
Like
xarray.DataArray.interpolate_na()but without stripping the units on data or coordinates.Note
max_gapis not supported, yet, and will be passed through toDataArray.interpolate_naunmodified.