cf.Field.setprop

Field.setprop(prop, value)[source]

Set a CF property.

See also

delprop, getprop, hasprop

Examples 1:
>>> f.setprop('standard_name', 'time')
>>> f.setprop('foo', 12.5)
Parameters:
prop: str

The name of the CF property.

value:

The value for the property.

Returns:

None