cf.Coordinate.ctype

Coordinate.ctype

The CF coordinate type.

See also

T, X, Y, Z

Examples

>>> c.standard_name
'latitude'
>>> c.ctype
'Y'
>>> c.units
'kelvin'
>>> print c.ctype
None

Previous topic

cf.Coordinate.bounds

Next topic

cf.Coordinate.hasbounds

This Page