You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/computation.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,8 @@ for filling missing values via 1D interpolation.
94
94
95
95
Note that xarray slightly diverges from the pandas ``interpolate`` syntax by
96
96
providing the ``use_coordinate`` keyword which facilitates a clear specification
97
-
of which values to use as the index in the interpolation.
97
+
of which values to use as the index in the interpolation. xarray also provides the ``maxgap`` keyword argument to limit the interpolation to data gaps of length ``maxgap`` or smaller. See
98
+
:py:meth:`~xarray.DataArray.interpolate_na` for more.
0 commit comments