Releases: Tim-Unger/MetarSharp
Releases · Tim-Unger/MetarSharp
V1.3.0
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
-
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:
- This allows you to specify/modify some of the properties of the parser:
-
Added Functions to only parse parts of the Metar:
- Works for every part of the Metar, e.g.:
-
var theAirport = ParseMetar.SingleItem.JustAirport(yourFullMetarString)