cf.DimensionCoordinate.T¶
-
DimensionCoordinate.
T
¶ True if and only if the coordinate is a CF T axis coordinate.
Returns: - out : bool
Whether or not the coordinate is a T axis coordinate.
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