cf.Coordinate.delprop

Coordinate.delprop(prop)[source]

Delete a CF property.

New in version 2.0.

See also

getprop, hasprop, setprop

Parameters:
prop : str

The name of the CF property.

Returns:

None

Examples:
>>> c.delprop('standard_name')
>>> c.delprop('foo')
AttributeError: Coordinate doesn't have CF property 'foo'