cf.Field.dim

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

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

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

See also

aux, cm, coord, dims, item, transform

Examples

Previous topic

cf.Field.delprop

Next topic

cf.Field.dims

This Page