Skip to content

Releases: Tim-Unger/MetarSharp

V1.3.0

30 Jan 21:49
ba82646
Compare
Choose a tag to compare

upgrade to .NET 8
fix incorrect handling of P/M values in visibility (#11 @dragonemp)
fix incorrect handling of visibility in SM with fractions larger than 1 (#11 @dragonemp)

V1.2.0

02 Jul 18:05
6a13154
Compare
Choose a tag to compare
  • Upgraded to .NET 7

  • Added Extension Methods:

    • string.ConvertMetarToJson();
    • List<string>().ParseMetarsParallel();
    • List<string>().ConvertMetarToJson();
    • List<string>().ConvertMetarToJsonParallel();
    • List<Metar>() is also supported for all collection extensions
  • Added MetarSharp.TAF:

    • Parser for TAF-Reports, will be its own NuGet Package, still WIP
  • Added Icon to the NuGet Package

  • Added MetarParser-Class:

    • This allows you to specify/modify some of the properties of the parser:
      • Whether to create a Readable report
      • The WindUnit
      • The PressureType
      • You can overwrite/customise the ReportingDate of the Metar
      • a custom CultureInfo (mostly for the ReadableReport)
      • more will be added soon:tm:
  • Added Functions to only parse parts of the Metar:

    • Works for every part of the Metar, e.g.:
    • var theAirport = ParseMetar.SingleItem.JustAirport(yourFullMetarString)

V1.1.0

29 May 18:01
9fc2ff4
Compare
Choose a tag to compare
  • Added Extension Methods:
string.Parse(), 
string.TryParseMetar(), 
List<string>.Parse(), and 
List<string>.TryParseMetar()
  • Updated Namespaces
  • Small Improvements to the Code

1.0.1

21 May 21:56
e401e75
Compare
Choose a tag to compare

First proper release, still WIP

beta-0.5

26 Jan 20:00
Compare
Choose a tag to compare
beta-0.5 Pre-release
Pre-release

first beta release