cf.Coordinate.X

Coordinate.X

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

Returns :
out : bool

Whether or not the coordinate is a X axis coordinate.

See also

ctype, T, Y, Z

Examples

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

Previous topic

cf.Coordinate.varray

Next topic

cf.Coordinate.Y

This Page