cf.Coordinate.Y

Coordinate.Y

True if and only if the coordinate is a CF latitude coordinate.

Returns :
out : bool

Whether or not the coordinate is a latitude coordinate.

See also

ctype, T, X, Z

Examples

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

Previous topic

cf.Coordinate.X

Next topic

cf.Coordinate.Z

This Page