cf.Coordinate.T¶
- Coordinate.T()¶
True if and only if the data are coordinates for a CF ‘T’ axis.
CF ‘T’ axis coordinates are defined by having one or more of the following:
The
axisproperty has the value'T'Units of latitude
Examples
>>> c = cf.{{class}}() >>> c.Units = cf.Units('seconds since 1992-10-08') >>> c.T True