add these back as well
[spider.git] / Geo / TAF / README
1 Geo/TAF version 1.01
2 ====================
3
4 Geo::TAF decodes aviation METAR and TAF weather forecast code 
5 strings into English or, if you sub-class, some other language.
6
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.
10
11 This module attempts to decode these reports into a form of 
12 English that is hopefully more understandable than the reports
13 themselves. 
14
15 INSTALLATION
16
17 To install this module type the following:
18
19    perl Makefile.PL
20    make
21    make test
22    make install
23
24 DEPENDENCIES
25
26    None
27
28 COPYRIGHT AND LICENCE
29
30 Copyright (C) 2003 Dirk Koopman G1TLH
31
32 This library is free software; you can redistribute it and/or modify
33 it under the same terms as Perl itself. 
34