Releases: mivek/MetarParser
Releases · mivek/MetarParser
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
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
This version fixes the parse of variable winds.