Skip to content

Releases: mivek/MetarParser

1.3

16 Feb 18:37
Compare
Choose a tag to compare
1.3

Released deployed on Mave, see README.

Features

  • Parse of the wind shear
  • Parse of the visibility in nautical miles
  • Added german language support

Bug fixes

  • Fix url when retrieving metars
  • Parse visibility with NDV
  • Fix parsing of the veritcal visibility

MetarParser 1.2.0

13 May 12:05
bed5ad4
Compare
Choose a tag to compare

This version contains metar's trends feature.

If the message is LFPG 131030Z 27007KT 9999 -SHRA FEW015 BKN031 BKN055 11/08 Q1016 TEMPO -SHRA BKN014 SCT020TCU then when parsing the metar, the part after the TEMPO is also parsed.
The list of trends is in the fTrends attribute.

A trend is composed of:

  • a list of time elements (AT, FM, TL) (optional)
  • a wind element
  • a visibility element
  • a list of clouds
  • a list of weather conditions.

See README for class diagram.

MetarParser1.1

06 May 10:47
Compare
Choose a tag to compare

This version fixes the parse of variable winds.

1.0

24 Dec 11:25
Compare
Choose a tag to compare
1.0

In this version, you can parse metars with European units.
Use the ParseController class and its method ParseMetarAction() to decode a metar string.