xarray.CFTimeIndex.take¶
-
CFTimeIndex.take(indices, axis=0, allow_fill=True, fill_value=None, **kwargs)¶ Return a new Index of the values selected by the indices.
For internal compatibility with numpy arrays.
- Parameters
- Returns
numpy.ndarray– Elements of given indices.
See also
numpy.ndarray.takeReturn an array formed from the elements of a at the given indices.