cf.DimensionCoordinate.increasing¶
-
DimensionCoordinate.increasing¶ Truefor dimension coordinate constructs,Falseotherwise.A dimension coordinate is increasing if its coordinate values are increasing in index space.
The direction is inferred from one of, in order of precedence:
- The data array
- The bounds data array
- The
unitsCF property
Returns: boolWhether or not the coordinate is increasing.
Examples:
>>> c.decreasing False >>> c.flip().increasing True