Parsing from a string

This is the most simple and straightforward way to parse your metar. This method will parse the entire string and return a single Metar-Class.

Metar yourMetar = ParseMetar.FromString("EDDF 221350Z AUTO 02008KT 9999 FEW019 BKN039 OVC048 03/M01 Q1028 NOSIG");

Head over to Metar to check out the Metar-Clas in detail

Last updated