cf.CoordinateBounds.delprop¶
-
CoordinateBounds.
delprop
(prop)[source]¶ Delete a CF property.
Examples 1: >>> f.delprop('standard_name')
Parameters: - prop:
str
The name of the CF property.
Returns: Examples 2: >>> f.foo = 'bar' >>> f.delprop('foo') >>> f.delprop('foo') AttributeError: Can't delete non-existent Field CF property 'foo'
- prop: