Quickstart

Download the Nuget package.

Use the project in your CS-File

using Metarsharp;

Parse a Metar from a string

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

This will output the Metar-Class.

Head over to Parsing to check out all the different types of parsing a metar.

Last updated