• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux Geo::TAF Download

Geo::TAF

August 25, 2009
This software can decode METAR and TAF strings, providing accurate and detailed readings of weather conditions. It condenses key insights into accessible output and delivers streamlined analysis, making it a valuable tool for pilots, meteorologists, and airport personnel.
Version 1.04
License Perl Artistic License
Platform Linux
Supported Languages English
Homepage search.cpan.org
Developed by Dirk-Jan Koopman
I recently had the opportunity to test out Geo::TAF, a useful Perl module designed to decode METAR and TAF weather forecast code strings into English, or other programmed languages (if subclassed).

The SYNOPSIS provided in the documentation was fairly straightforward, allowing me to quickly start using the module.

One useful feature was the ability to decode either METAR or TAF strings using the following functions:

- `$t->metar("EGSH 311420Z 29010KT 1600 SHSN SCT004 BKN006 01/M00 Q1021");`
- `$t->taf("EGSH 311205Z 311322 04010KT 9999 SCT020 TEMPO 1319 3000 SHSN BKN008 PROB30 TEMPO 1318 0700 +SHSN VV/// BECMG 1619 22005KT");`
- `$t->decode("METAR EGSH 311420Z 29010KT 1600 SHSN SCT004 BKN006 01/M00 Q1021");`
- `$t->decode("TAF EGSH 311205Z 311322 04010KT 9999 SCT020 TEMPO 1319 3000 SHSN BKN008 PROB30 TEMPO 1318 0700 +SHSN VV/// BECMG 1619 22005KT");`

The ability to loop through the different chunks of weather data using `foreach` was a helpful feature. The following code can be used to display the raw chunk data:

```
foreach my $c ($t->chunks) {
print $c->as_string, ' ';
}
```

Alternatively, the decoded chunk string data can be displayed using:

```
print $self->as_string;
```

Users can also retrieve the chunks and chunk strings if needed, using:

```
foreach my $c ($t->chunks) {
print $c->as_chunk, ' ';
}

print $self->as_chunk_string;
```

Lastly, the `is_weather` function was a helpful tool for identifying whether a given string of data was weather-related or not. The following code can be used to determine whether a line is weather-related:

```
print Geo::TAF::is_weather($line) ? 1 : 0;
```

Overall, I found Geo::TAF to be a useful Perl module for decoding weather forecast code strings. It was easy to use and provided useful functions for interpreting weather data.
What's New

Version 1.04: N/A

Free Download 12.5K
287
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    157
  2. Dvgrab 3.4
    94
  3. DynVPN 1.0
    83
  4. CherryTV 0.1
    81
  5. SlideMap 1.2.2
    76
  6. porm r2
    72
  7. Clewarecontrol 0.8
    71
  8. Hills 2.0
    71
  9. fuseftp 0.8
    70
  10. Java Games 1.0
    70

Related Downloads

Linux (ReiserFS) Data Recovery by Unistal
QR for Linux (ReiserFS) is a data recovery software that allows users ...
Shere Khan Black Hand
Shere Khan Black Hand is a mouse theme designed for X11 software, ...
Alan
The Alan project is a software implementation of the Turing machine.
Luminance Panel
Luminance Panel is a GTK 2.0 based panel application that is lightweight ...
GtkFtpd
GtkFtpd is a user-friendly FTP server software that offers a personalized interface ...
sshproxy
sshproxy is a Python-based software that presents an SSH proxy for secure ...
BugPort
BugPort is a software that assists with task and defect management in ...
JCarder
JCarder is a free software tool that detects potential deadlocks in Java ...
autopkg.pl
Autopkg.pl generates Slackware packages from various sources including tarballs, RPMs, and debs. ...
BSNMP ping
The BSNMP ping module is an add-on for bsnmpd that enables users ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.