cf.Field.coords

Field.coords(items=None, **kwargs)[source]

Return dimension and auxiliary coordinate objects of the domain.

f.coords(items, **kwargs) is equivalent to f.items(items, role='da', **kwargs). See cf.Field.items for details.

See also

auxs, axes, cms, coord, dims, items, remove_coords, transforms

Examples

Previous topic

cf.Field.coord

Next topic

cf.Field.copy

This Page