Overview
The Metar-Class consists of the following Elements:
string MetarRaw:
The raw undecoded metar-string that you entered.
string Airport
: The airport icao-code of the airport in the metar
ReportingTime
:
The reporting time of the metar.
bool IsAutomatedReport
: Whether the metar is automated (AUTO)
Wind
:
the wind of the metar.
Visibility
:
The visibility of the metar.
List<
RunwayVisibility
>? RunwayVisibilities:
A list of all runways that have a runway visibility (or RVR).
Weather
?:
the current weather in the metar, if there is any.
List<
Cloud
> Clouds:
A list of all the cloud layers in the metar, if there are any.
Temperature
:
The temperature in the metar.
Pressure
:
The pressure in the metar.
Trend
:
the trend in the metar.
AdditionalInformation:
Any additional Information that is given in the remark section of the metar.
string ReadableReport:
the entire decoded metar as a readable report.
Last updated