cf.Coordinate.id

Coordinate.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.Coordinate.climatology

Next topic

cf.Coordinate.isbounded

This Page