View Single Post
  #14  
Old April 23rd 05, 05:35 AM
Scott D.
external usenet poster
 
Posts: n/a
Default

On Sat, 23 Apr 2005 03:02:23 GMT, "Brenor Brophy"
wrote:

For those that are interested a very well written piece of Open Source
software for decoding METARs is called PHPWeather and is available at
http://phpweather.sourceforge.net/. PHP is a script language that runs on a
web server and outputs HTML to your browser. As computer languages go, it is
not very intimidating to anyone with basic programming skills.

A buddy of mine wrote a simple PHP script that does the same thing
except it creates an image file for the output on the web site. I now
use it on my web site for my students to show the current METAR for
COS and PUB. The biggest difference between his and PHPweather
(except for the HTML/Image difference) is PHPWeather is about 2.8 megs
large, where the one I use is only 2KB and the image that it creates
is about 500 bytes. Since I don't care about weather clear on the
other side of the world this works fine and all I have to do is pull
up my web site and its there. I don't have to select what airport I
want.


Scott D

To email remove spamcatcher