4 Geo::TAF decodes aviation METAR and TAF weather forecast code
5 strings into English or, if you sub-class, some other language.
7 METAR (Routine Aviation weather Report) and TAF (Terminal Area
8 weather Report) are ascii strings containing codes describing
9 the weather at airports and weather bureaus around the world.
11 This module attempts to decode these reports into a form of
12 English that is hopefully more understandable than the reports
17 To install this module type the following:
30 Copyright (C) 2003 Dirk Koopman G1TLH
31 Portions Copyright (C) 2009 Robin H. Johnson
33 This library is free software; you can redistribute it and/or modify
34 it under the same terms as Perl itself.