cf.Coordinate.setprop

Coordinate.setprop(prop, value)[source]

Set a CF property.

Parameters :
prop : str

The name of the CF property.

value :

The value for the property.

Returns :

None

See also

delprop, getprop, hasprop

Examples

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

Previous topic

cf.Coordinate.setdata

Next topic

cf.Coordinate.sin

This Page