cf.Field.Conventions

Field.Conventions

The Conventions CF attribute.

Examples

>>> f.Conventions = 'CF-1.5'
>>> f.Conventions
'CF-1.5'
>>> del f.Conventions

Previous topic

cf.Field.comment

Next topic

cf.Field._FillValue

This Page