$_units $_units : integer The type of units to convert to. Type integer — A Horde_Service_Weather::UNITS_* constant.
$_unitMap $_unitMap : array Mapping of what units to use for each type of value. Built using self::_units Type array
__construct() __construct(array $params = array()) constructor Parameters array $params Parameter array: units: (integer) The Horde_ServiceWeather::UNITS* constant.
parse() parse(string $data) : array Parse the raw data. Parameters string $data The raw TAF or METAR data. Returns array — The parsed data array.