cf.Field.delprop

Field.delprop(prop)[source]

Delete a CF property.

See also

getprop, hasprop, setprop

Parameters:
prop : str

The name of the CF property.

Returns:

None

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

Previous topic

cf.Field.delattr

Next topic

cf.Field.dim

This Page