A CF-compliant earth science data analysis library
Data.
Units
The cf.Units object containing the units of the data array.
cf.Units
Deleting this attribute is equivalent to setting it to an undefined units object, so this attribute is guaranteed to always exist.
Examples:
>>> d.Units = Units('m') >>> d.Units <Units: m> >>> del d.Units >>> d.Units <Units: >