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

Редакция

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

                        Readme for Geo::ModMETAR

          Accessing Aviation Weather Information with Perl.

   Copyright (c) 1997-2000, Jeremy D. Zawodny <Jeremy@Zawodny.com>
   Copyright (c) 2007, Koos van den Hout <koos@kzdoos.xs4all.nl>
   Copyright (c) 2010, Alexander Wolf <alex.v.wolf@gmail.com>


BACKGROUND

    This is the README file for the Geo::ModMETAR Perl module.

    The Geo::ModMETAR home page is located at:

        http://astro.uni-altai.ru/~aw/perl/Geo-ModMETAR/

    There may be bugs in the code as well as in the documentation. If
    you find either, I'd appreciate a patch or at least a mail message
    to let me know what's wrong so that I can add it to the TODO list.

    Geo::ModMETAR as been developed and tested on Linux and Solaris 
    as well as Windows NT. It may well work on other platforms. It is
    pure Perl. If you install it on another platform, and have trouble
    I'd like to hear about it. If you develop patches for that
    platform, I'd REALLY like to hear about it. Send me a note.

REQUIREMENTS

    You will need Perl 5.005 or newer to install and use
    Geo::ModMETAR. It may work with older versions of Perl, but I 
    make no guarantees.


INSTALLATION

    Installing Geo::ModMETAR is an easy process.

      $ perl Makefile.PL
      $ make
      $ make test
      $ make install


DOCUMENTATION

    The documentation is built-in to the Geo::ModMETAR module in POD
    format.  You can use any of the pod2* converters to translate it
    to a more readable format. The three most common formats are
    'man', 'html', and 'text'.

    When you ran the 'make install' above, documentation should have
    been installed on your system such that 'perldoc Geo::ModMETAR' 
    will spit it out.  Of course, you can run your favorite pod 
    converter and generate it in alternative formats.


EXAMPLE SCRIPTS

    The following scripts are included in the `examples'
    directory. They are provided as examples. They should provide an
    idea of what you can do with this module.

      simple_dump.pl       Process a simple ModMETAR.
      fetch_temp.pl            Fetch the temperature and print it out.

    If you develop a good example that would be useful to others, I'd
    be glad to add it to the distribution.


TODO LIST

    If you're wondering what will come next in Geo::ModMETAR, see 
    the TODO file.