cf.AncillaryVariables.refs

AncillaryVariables.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.AncillaryVariables.ref

Next topic

cf.AncillaryVariables.remove

This Page