A CF-compliant earth science data analysis library
DimensionCoordinate.
ctype
The CF coordinate type.
One of 'T', 'X', 'Y' or 'Z' if the coordinate construct is for the respective CF axis type, otherwise None.
'T'
'X'
'Y'
'Z'
None
See also
T, X, Y, Z
T
X
Y
Z
Examples:
>>> c.X True >>> c.ctype 'X'
>>> c.T True >>> c.ctype 'T'