1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
This package differs slightly from the Geo::METAR distribution available at
CPAN. We've applied several patches to make it easier to use, develop, and
test.
We are accepting more fixes for the module, and you are free to use these
fixes under the same terms as the module itself. Please submit them to the
Debian BTS:
http://bugs.debian.org/libgeo-metar-perl
Contributors:
Timo Hietanen <thietanen@iki.fi> (#262397)
- also grabs the altimeter setting if it's reported in hectopascals (Q\d\d\d\d instead of A\d\d\d\d)
- dont's set $self->{MOD} to "AUTO" by default
- tries a bit harder not to mix up weather groups with station identifiers
- recognizes the visibility setting "CAVOK" (ceiling and visibility OK)
- Doesn't recognize the METAR tag dddVddd (d = digit), which defines wind direction's variation.
- Assumes that station ID begins with the letter 'K' (matches /K[A-Z]{3,3}/), while it should match /[A-Z]{4,4}/
- Tries to find the visibility information even though $self->{visibility} isn't defined (information
missing from the METAR report). This leads to a couple of warnings about uninitalized variables.
--Jay Bonci
<jaybonci@debian.org>
|