cf.Coordinate.T

Coordinate.T

True if and only if the coordinate is a CF time coordinate.

Returns :
out : bool

Whether or not the coordinate is a time coordinate.

See also

ctype, X, isY, Z

Examples

>>> c.Units
<CF Units: seconds since 1992-10-8>
>>> c.T
True
>>> c.standard_name in ('time', 'forecast_reference_time')
True
>>> c.T
True
>>> c.axis
'T'
>>> c.T
True

Previous topic

cf.Coordinate.subspace

Next topic

cf.Coordinate.X

This Page