Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parserutils.php on line 219

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parserutils.php on line 222

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parserutils.php on line 317

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parserutils.php on line 457

Deprecated: Function split() is deprecated in /home/bobbad/www/www/inc/auth.php on line 140

Warning: Cannot modify header information - headers already sent by (output started at /home/bobbad/www/www/inc/parserutils.php:219) in /home/bobbad/www/www/inc/auth.php on line 230

Deprecated: Function split() is deprecated in /home/bobbad/www/www/inc/common.php on line 963

Warning: Cannot modify header information - headers already sent by (output started at /home/bobbad/www/www/inc/parserutils.php:219) in /home/bobbad/www/www/inc/actions.php on line 120
projects:programming:wiki:aviation [Bob Baddeley]

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/xhtml.php on line 968

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/parser.php on line 66

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/lexer.php on line 292

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 19

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 35

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 183

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 237

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 270

Deprecated: Assigning the return value of new by reference is deprecated in /home/bobbad/www/www/inc/parser/handler.php on line 500

Projects - Programming - Wiki - Aviation Data

This plugin will show the aviation data for a given airport. It pulls the METAR data from the NOAA, parses it, and displays the information as an unordered list.

Download the plugin here: Aviation Data Plugin

Installation instructions:

  1. Unzip the plugin and put it in your plugins folder of your wiki
  2. To use the plugin, on any page just enter the code:
    {{aviation>station=AIRPORTCODE}}

It’s that easy!

In action:

  • Station : KPSC
  • Time : 2012/02/05 11:53
  • Wind : 0N
  • Visibility : 0.75
  • Weather : mist
  • Sky Conditions : vertical visibility 200
  • Temperature/Dewpoint : 28.4/26.6
  • Pressure : 30.38

How it works:

The plugin gets data from the NOAA, and passes it through a parser, then formats the results. Pretty simple.

 
Copyright 2007, Bob Baddeley