Half-baked METAR utility based on the Debian metar package by kees-guest, using to teach myself Go.
Intended usage:
metarg KORD
metarg -d KORD
KORD being the airport code for Chicago O'Hare, where the weather always sucks
Search for additional stations with
metarg -s chicago
Will add more features as time and enthusiasm dictate.
- Verbosity (
-v
flag) - Better parsing of units
- Complete parsing of remarks
- Better parsing of conditions
- Decode METARs from input
- Refactor this mess