X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Geo%2FTAF%2FREADME;fp=Geo%2FTAF%2FREADME;h=a12b490d19799b46a3c37cbc9fc8af9f80fe1896;hb=3db69ff4263048fe2e2cc0e065875c5a137e0c00;hp=0000000000000000000000000000000000000000;hpb=8e428a945011eb17a3d9a96c957a37965d4e5ba5;p=spider.git diff --git a/Geo/TAF/README b/Geo/TAF/README new file mode 100644 index 00000000..a12b490d --- /dev/null +++ b/Geo/TAF/README @@ -0,0 +1,34 @@ +Geo/TAF version 1.01 +==================== + +Geo::TAF decodes aviation METAR and TAF weather forecast code +strings into English or, if you sub-class, some other language. + +METAR (Routine Aviation weather Report) and TAF (Terminal Area +weather Report) are ascii strings containing codes describing +the weather at airports and weather bureaus around the world. + +This module attempts to decode these reports into a form of +English that is hopefully more understandable than the reports +themselves. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test + make install + +DEPENDENCIES + + None + +COPYRIGHT AND LICENCE + +Copyright (C) 2003 Dirk Koopman G1TLH + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. +