cf.Coordinate.X

Coordinate.X

True if and only if the coordinate is a CF X axis coordinate.

See also

ctype, T, Y, Z

Returns:
out : bool

Whether or not the coordinate is a X axis coordinate.

Examples:
>>> c.Units
<CF Units: degreeE>
>>> c.X
True
>>> c.standard_name
'longitude'
>>> c.X
True
>>> c.axis
'X'
>>> c.X
True