Class Annex3MetarTafParser
Decode a METAR or TAF as described in ICAO Annex 3
Inherited Members
Namespace: FpAssistantCore.Icao.Annex3.MetarTaf
Assembly: FpAssistantCoreScl.dll
Syntax
public static class Annex3MetarTafParser
Methods
View SourceParse(string, DateTime?)
Handling of a geographical line (geo-line) defined by a start and end GeoCoordinate
Declaration
public static MetarTafReport Parse(string message, DateTime? referenceUtc = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message of the METAR or TAF |
| DateTime? | referenceUtc | Optional date and time of message, will default to current UTC if a null is passed |
Returns
| Type | Description |
|---|---|
| MetarTafReport |