cf.Coordinate.Y

Coordinate.Y

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

See also

ctype, T, X, Z

Returns:
out : bool

Whether or not the coordinate is a Y axis coordinate.

Examples:
>>> c.Units
<CF Units: degree_north>
>>> c.Y
True
>>> c.standard_name in (
'latitude'
>>> c.Y
True
>>> c.axis
'Y'
>>> c.Y
True