cf.Field.clear_properties

Field.clear_properties()[source]

Remove all properties.

New in version 1.7.0.

Returns:
dict

The properties that have been removed.

Examples:

>>> f.clear properties()
{'standard_name': 'altitude',
 'foo': 'bar'}
>>> f.properties()
{}