metobs_toolkit.Obstype.add_unit# Obstype.add_unit(unit_name, conversion=['x'])[source]# Add a new unit to an observation type. Parameters: unit_name (str) – The name of the new unit. conversion (list, optional) – The conversion description to the standard unit. The default is [“x”]. Return type: None.