cf.Field.id

Field.id

A definitive identity for the variable.

The id attribute may be used in place of a standard_name when there is no appropriate standard name for the variable.

The identity method returns either the standard_name property or, if that does not exist, the id attribute.

Examples

>>> f.id = 'data_123'
>>> f.id
'data_123'
>>> del f.id

Previous topic

cf.Field.Flags

Next topic

cf.Field.properties

This Page