Info
Version: | 1.0.0.20 |
Author(s): | SAFRAN Cassiopee |
Last Update: | Friday, August 3, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SafranCassiopee/csharp-metar-display |
NuGet Url: | https://www.nuget.org/packages/csharp-metar-display |
Install
Install-Package csharp-metar-display
dotnet add package csharp-metar-display
paket add csharp-metar-display
csharp-metar-display Download (Unzip the "nupkg" after downloading)
Dependencies
- csharp-metar-decoder(>= 1.0.0.40)
- NString(>= 1.2.0)
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).