cf.Coordinate.units¶
-
Coordinate.
units
¶ The units CF property.
This property is a mirror of the units stored in the
Units
attribute.New in version 2.0.
Examples: >>> c.units = 'degrees_east' >>> c.units 'degree_east' >>> del c.units
>>> c.setprop('units', 'days since 2004-06-01') >>> c.getprop('units') 'days since 2004-06-01' >>> c.delprop('units')