cf.CoordinateBounds.setprop

CoordinateBounds.setprop(prop, value)[source]

Set a CF property.

Parameters :
prop : str

The name of the property to set.

value :

The value for the property.

Returns :

None

Examples

>>> f.setprop('standard_name', 'time')
>>> f.setprop('foo', 12.5)

Previous topic

cf.CoordinateBounds.setmask

Next topic

cf.CoordinateBounds.sin

This Page