Aviation::Report - Perl extension for translating U.S. METAR, TAF and PIREP textual reports into plain English.


Aviation-Report documentation  | view source Contained in the Aviation-Report distribution.

Index


NAME

Top

Aviation::Report - Perl extension for translating U.S. METAR, TAF and PIREP textual reports into plain English.

SYNOPSIS

Top

  use strict;
  use Aviation::Report;

  print decode_METAR_TAF(report, style);
  print decode_PIREP(report, style);

DESCRIPTION

Top

Translates U.S. METAR, TAF and PIREP text reports into plain English. Although the syntax of these reports is standardized, it is not as obvious as it first appears to make correct translations.

The style option controls the final appearance. A style of 0 emits only plain English, while 1 includes the original tokens for reference purposes.

AUTHOR

Top

James Briggs <71022.3700@compuserve.com>

SEE ALSO

Top

METAR.pm by Jeremy Zawodny


Aviation-Report documentation  | view source Contained in the Aviation-Report distribution.