cf.Field.item_axes

Field.item_axes(item=None, **kwargs)[source]

Return the axes of a domain item of the field.

An item is a dimension coordinate, an auxiliary coordinate, a cell measure or a transform object.

Parameters :
item, kwargs : optional

Select the item which would be selected by this call of the field’s item method: d.item(item, **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 transform, then None is returned.

See also

axes, data_axes, item

Examples

Previous topic

cf.Field.item

Next topic

cf.Field.items

This Page