cf.DimensionCoordinate.ctype

DimensionCoordinate.ctype

The CF coordinate type.

See also

T, X, Y, Z

Examples

>>> c.standard_name
'longitude'
>>> c.ctype
'X'
>>> c.units
'kelvin'
>>> print c.ctype
None

Previous topic

cf.DimensionCoordinate.bounds

Next topic

cf.DimensionCoordinate.day

This Page