cf.AuxiliaryCoordinate.delprop

AuxiliaryCoordinate.delprop(prop)[source]

Delete a CF property.

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'