spider/Geo/TAF
2009-02-26 11:11:53 +00:00
..
example add back the contents of this directory 2006-11-02 14:07:47 +00:00
t add back the contents of this directory 2006-11-02 14:07:47 +00:00
Changes add these back as well 2006-11-02 14:08:29 +00:00
Makefile.PL add Geo::TAF changes from Robin Johnson + CTY1902 2009-02-26 11:11:53 +00:00
MANIFEST add these back as well 2006-11-02 14:08:29 +00:00
README add Geo::TAF changes from Robin Johnson + CTY1902 2009-02-26 11:11:53 +00:00
TAF.pm add Geo::TAF changes from Robin Johnson + CTY1902 2009-02-26 11:11:53 +00:00

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
Portions Copyright (C) 2009 Robin H. Johnson

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.