Хранилища Subversion geo-modmetar

Редакция

Редакция 3 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 3 Редакция 4
Строка 1... Строка 1...
1
Readme for Mod::Geo::METAR
1
Readme for Geo::ModMETAR
2
2
3
          Accessing Aviation Weather Information with Perl.
3
          Accessing Aviation Weather Information with Perl.
4
4
5
   Copyright (c) 1997-2000, Jeremy D. Zawodny <Jeremy@Zawodny.com>
5
   Copyright (c) 1997-2000, Jeremy D. Zawodny <Jeremy@Zawodny.com>
6
   Copyright (c) 2007, Koos van den Hout <koos@kzdoos.xs4all.nl>
6
   Copyright (c) 2007, Koos van den Hout <koos@kzdoos.xs4all.nl>
7
   Copyright (c) 2010, Alexander Wolf <alex.v.wolf@gmail.com>
7
   Copyright (c) 2010, Alexander Wolf <alex.v.wolf@gmail.com>
8
8
9
9
10
BACKGROUND
10
BACKGROUND
11
11
12
    This is the README file for the Mod::Geo::METAR Perl module.
12
    This is the README file for the Geo::ModMETAR Perl module.
13
13
14
    The Mod::Geo::METAR home page is located at:
14
    The Geo::ModMETAR home page is located at:
15
15
16
        http://astro.uni-altai.ru/~aw/perl/Mod-Geo-METAR/
16
        http://astro.uni-altai.ru/~aw/perl/Geo-ModMETAR/
17
17
18
    There may be bugs in the code as well as in the documentation. If
18
    There may be bugs in the code as well as in the documentation. If
19
    you find either, I'd appreciate a patch or at least a mail message
19
    you find either, I'd appreciate a patch or at least a mail message
20
    to let me know what's wrong so that I can add it to the TODO list.
20
    to let me know what's wrong so that I can add it to the TODO list.
21
21
22
    Mod::Geo::METAR as been developed and tested on Linux and Solaris 
22
    Geo::ModMETAR as been developed and tested on Linux and Solaris 
23
    as well as Windows NT. It may well work on other platforms. It is
23
    as well as Windows NT. It may well work on other platforms. It is
24
    pure Perl. If you install it on another platform, and have trouble
24
    pure Perl. If you install it on another platform, and have trouble
25
    I'd like to hear about it. If you develop patches for that
25
    I'd like to hear about it. If you develop patches for that
26
    platform, I'd REALLY like to hear about it. Send me a note.
26
    platform, I'd REALLY like to hear about it. Send me a note.
27
27
28
REQUIREMENTS
28
REQUIREMENTS
29
29
30
    You will need Perl 5.005 or newer to install and use
30
    You will need Perl 5.005 or newer to install and use
31
    Mod::Geo::METAR. It may work with older versions of Perl, but I 
31
    Geo::ModMETAR. It may work with older versions of Perl, but I 
32
    make no guarantees.
32
    make no guarantees.
33
33
34
34
35
INSTALLATION
35
INSTALLATION
36
36
37
    Installing Mod::Geo::METAR is an easy process.
37
    Installing Geo::ModMETAR is an easy process.
38
38
39
      $ perl Makefile.PL
39
      $ perl Makefile.PL
40
      $ make
40
      $ make
41
      $ make test
41
      $ make test
42
      $ make install
42
      $ make install
43
43
44
44
45
DOCUMENTATION
45
DOCUMENTATION
46
46
47
    The documentation is built-in to the Mod::Geo::METAR module in POD
47
    The documentation is built-in to the Geo::ModMETAR module in POD
48
    format.  You can use any of the pod2* converters to translate it
48
    format.  You can use any of the pod2* converters to translate it
49
    to a more readable format. The three most common formats are
49
    to a more readable format. The three most common formats are
50
    'man', 'html', and 'text'.
50
    'man', 'html', and 'text'.
51
51
52
    When you ran the 'make install' above, documentation should have
52
    When you ran the 'make install' above, documentation should have
53
    been installed on your system such that 'perldoc Mod::Geo::METAR' 
53
    been installed on your system such that 'perldoc Geo::ModMETAR' 
54
    will spit it out.  Of course, you can run your favorite pod 
54
    will spit it out.  Of course, you can run your favorite pod 
55
    converter and generate it in alternative formats.
55
    converter and generate it in alternative formats.
56
56
57
57
58
EXAMPLE SCRIPTS
58
EXAMPLE SCRIPTS
59
59
60
    The following scripts are included in the `examples'
60
    The following scripts are included in the `examples'
61
    directory. They are provided as examples. They should provide an
61
    directory. They are provided as examples. They should provide an
62
    idea of what you can do with this module.
62
    idea of what you can do with this module.
63
63
64
      simple_dump.pl       Process a simple METAR.
64
      simple_dump.pl       Process a simple ModMETAR.
65
      fetch_temp.pl	       Fetch the temperature and print it out.
65
      fetch_temp.pl	       Fetch the temperature and print it out.
66
66
67
    If you develop a good example that would be useful to others, I'd
67
    If you develop a good example that would be useful to others, I'd
68
    be glad to add it to the distribution.
68
    be glad to add it to the distribution.
69
69
70
70
71
TODO LIST
71
TODO LIST
72
72
73
    If you're wondering what will come next in Mod::Geo::METAR, see 
73
    If you're wondering what will come next in Geo::ModMETAR, see 
74
    the TODO file.
74
    the TODO file.
75
75