Return the axes of a domain item of the field.
An item is a dimension coordinate, an auxiliary coordinate, a cell
measure or a coordinate reference object.
Parameters: |
- items, kwargs : optional
Select the item which would be selected by this call of the
field’s item method: f.item(items, **kwargs). See
cf.Field.item for details.
|
Returns: |
- out : list or None
The ordered list of axes for the item or, if there is no
unique item or the item is a coordinate reference, then None
is returned.
|
Examples: | |