cf.Field.coord

Field.coord(item=None, key=False, **kwargs)[source]

Return a dimension or auxiliary coordinate object of the domain, or its domain identifier.

f.coord(item, key=key, **kwargs) is equivalent to f.item(item, key=key, role='da', **kwargs). See cf.Field.item for details.

See also

aux, cm, coords, dim, item, remove_coord, transform

Examples

Previous topic

cf.Field.cms

Next topic

cf.Field.coords

This Page