Info
Version: | 1.0.0.40 |
Author(s): | SAFRAN Cassiopee |
Last Update: | Thursday, February 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SafranCassiopee/csharp-metar-decoder |
NuGet Url: | https://www.nuget.org/packages/csharp-metar-decoder |
Install
Install-Package csharp-metar-decoder
dotnet add package csharp-metar-decoder
paket add csharp-metar-decoder
csharp-metar-decoder Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
METAR is a format made for weather information reporting.
METAR weather reports are predominantly used by pilots and by meteorologists, who use it to assist in weather forecasting.
Raw METAR format is highly standardized through the International Civil Aviation Organization (ICAO).
* [METAR definition on wikipedia](http://en.wikipedia.org/wiki/METAR)
* [METAR format specification](http://www.wmo.int/pages/prog/www/WMOCodes/WMO306_vI1/VolumeI.1.html)
* [METAR documentation](http://meteocentre.com/doc/metar.html).