True if and only if the coordinate is a CF T axis coordinate.
| Returns: |
|
|---|---|
| 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