cf.FieldList.refs

FieldList.refs(items=None, **kwargs)[source]

Return coordinate reference objects from each field.

fl.refs() is equivalent to cf.List(f.refs() for f in fl).

See cf.Field.refs for details.

Parameters:
items, kwargs : optional

See cf.Field.refs for details.

Returns:
out : cf.List of dicts

For each field, a dictionary whose keys are domain item identifiers with corresponding values of coordinate reference objects.

Previous topic

cf.FieldList.ref

Next topic

cf.FieldList.remove_axes

This Page