cf.Field.standard_name

Field.standard_name

The standard_name CF attribute.

Examples

>>> f.standard_name = 'time'
>>> f.standard_name
'time'
>>> del f.standard_name

Previous topic

cf.Field.standard_error_multiplier

Next topic

cf.Field.title

This Page