Return the axes spanned by the coordinate object inputs of a coordinate reference object.
A coordinate reference domain identifier.
Example: To select the coordinate reference with domain identifier “ref1”: key='ref1'.
To select the coordinate reference with domain identifier “ref1”: key='ref1'.
A set of the domain identifiers of the axes spanned by the coordinate reference’s coordinates.
>>> key = d.item('rotated_latitude_longitude', key=True) >>> d.ref_axes(key) set(['dim2', 'dim1'])
cf.Domain.copy
cf.Domain.data_axes
Enter search terms or a module, class or function name.