A CF-compliant earth science data analysis library
Bounds.
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 axis property has the value 'T' Units of latitude
The axis property has the value 'T'
axis
'T'
Units of latitude
See also
ctype, X, Y, Z
ctype
X
Y
Z
Examples:
>>> c = cf.Bounds() >>> c.Units = cf.Units('seconds since 1992-10-08') >>> c.T True