decimate
decimate(
self ,
**kwargs ,
)-> ‘tuple[Self, tuple[slice, …]]’
Evenly subsample along some dimension.
Parameters
| Parameter | Description |
|---|---|
| **kwargs | Used to specify the dimension to decimate. |
Note
Coordinates which depend on the decimated dimension are subsampled along with it, since taking every nth value of the dimension is taking every nth value of everything indexed by it.