Geo::METAR 1.15 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Geo::METAR 1.15 (Default branch)
# 1  
Old 01-02-2008
Geo::METAR 1.15 (Default branch)

Geo::METAR is a Perl module for parsing METAR data (aviation weather reports). You can retrieve weather data from airports around the world. and get the current temperature, cloud coverage, and so on. Included in the distribution is a sample Perl script that uses LWP to fetch current data from the airport of your choice and spits out the current temperature.License: GNU General Public License (GPL)Changes:
The METAR parser has been changed to a finite state machine. Several other bugs have been fixed, mostly dealing with METARs from outside the U.S.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Geo Weather Challenge

Hi everybody, I'm new to these forums and this is my first post. A couple days ago I was trying to find a simple script that would return an individual's local weather conditions using I.P. based geolocation. After many failed search attempts, I began my quest to create this for myself. I have to... (0 Replies)
Discussion started by: o0110o
0 Replies
Login or Register to Ask a Question
Geo::GoogleEarth::Pluggable::StyleMap(3pm)		User Contributed Perl Documentation		Geo::GoogleEarth::Pluggable::StyleMap(3pm)

NAME
Geo::GoogleEarth::Pluggable::StyleMap - Geo::GoogleEarth::Pluggable StyleMap Object SYNOPSIS
use Geo::GoogleEarth::Pluggable; my $document=Geo::GoogleEarth::Pluggable->new; my $style=$document->StyleMap(%data); print $document->render; DESCRIPTION
Geo::GoogleEarth::Pluggable::StyleMap is a Geo::GoogleEarth::Pluggable::Base with a few other methods. USAGE
my $style=$document->StyleMap( normal => $style1, highlight => $style2, ); CONSTRUCTOR
new my $style=$document->StyleMap; METHODS
type Returns the object type. my $type=$style->type; node Generates XML that looks like this. <StyleMap id="StyleMap-perl-69"> <Pair> <key>normal</key> <styleUrl>#Style-perl-19</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#Style-perl-11</styleUrl> </Pair> </StyleMap> BUGS
Please log on RT and send to the geo-perl email list. SUPPORT
Try geo-perl email list. AUTHOR
Michael R. Davis (mrdvt92) CPAN ID: MRDVT COPYRIGHT
This program is free software licensed under the... The BSD License The full text of the license can be found in the LICENSE file included with this module. SEE ALSO
Geo::GoogleEarth::Pluggable, XML::LibXML::LazyBuilder, Scalar::Util perl v5.14.2 2010-01-22 Geo::GoogleEarth::Pluggable::StyleMap(3pm)