Skip to content

Tim-Unger/MetarSharp

Repository files navigation

Logo

Usage

Please head over to tim-u.gitbook.io/metarsharp/ for the full documentation

Quickstart

This will give you a decoded Metar in the Metar-Class.

using MetarSharp;



Metar metar = ParseMetar.FromString("EDDF 182320Z AUTO 26006KT 200V290 CAVOK 09/06 Q1016 NOSIG");
Metar metar = "EDDF 182320Z AUTO 26006KT 200V290 CAVOK 09/06 Q1016 NOSIG".ParseMetar();

or

List<Metar> metarList = ParseMetar.FromList(yourInputList);
List<Metar> metarList = yourInputList.ParseMetars();

Dependencies

MetarSharp itself uses no NuGet-Packages/Dependencies, although some are used for the other programs: