PHP Class Horde_Service_Weather_Current_Metar, horde

Responsible for parsing encoded METAR text and presenting human readable weather data. Parsing code adapted from PEAR's Services_Weather_Metar class. Original phpdoc attributes as follows:
Author: Alexander Wirtz ([email protected])
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Service_Weather_Current_Base
Mostra file Open project: horde/horde

Protected Properties

Property Type Description
$_map

Public Methods

Method Description
__get ( $property )
getRawData ( ) : array Compatibility layer for old PEAR/Services_Weather data.

Method Details

__get() public method

public __get ( $property )

getRawData() public method

Compatibility layer for old PEAR/Services_Weather data.
public getRawData ( ) : array
return array The raw parsed data array - keyed by descriptors that are compatible with PEAR/Services_Weather. The following keys may be returned: - station: - dataRaw: - update: - updateRaw: - wind: - windDegrees: - windDirection: - windGust: - windVariability: - visibility: - visQualifier: - clouds: - amount - height - type - temperature - dewpoint - humidity - felttemperature - pressure - trend - type - from - to - at - remark - autostation - seapressure - presschg - snowdepth - snowequiv - cloudtypes - sunduration - 1hrtemp - 1hrdew - 6hmaxtemp - 6hmintemp - 24hmaxtemp - 24hmintemp - 3hpresstrend - nospeci - sensors - maintain - precipitation - amount - hours

Property Details

$_map protected_oe property

protected $_map