Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [ANN] FAIreBO, Decoding METAR/TAF

From: bruno::bam::wanadoo::fr at: 20-Feb-2003 10:37

Hi all ! I do proudly announce the release of my very first (serious) REBOL program FAIreBO. Its purpose is to provide a human-readable translation of METAR messages (METeorological Airefield Report), provided by airfields thru the world and hosted by the NOAA website. They are in text format, such as : --- 2003/02/20 09:00 LFPO 200900Z 12003KT 9999 SCT032 SCT050 BKN250 04/M02 Q1012 NOSIG --- Mmmmm... let's see.. Parse it !!! :o) FAIreBO decodes METAR (weather report) and TAF (forecasts). * The package is available here : http://brunobord.free.fr/ressources/fairebo.zip 32KB zip archive - including the main program, some resources files (lang...) and documentation (in French and English). * An english version of the user documentation is available here : http://brunobord.free.fr/fairebo_u.php?lang=en * There is a page (only in French, sorry) telling this software story too : http://brunobord.free.fr/fairebo.php Since it is my very first piece of "real" REBOL programming, I would be glad to receive any comments, remarks or bug report to improve it. Please send them to [brunobord--yahoo--fr] No' PS : Hope I didn't forget anything... ;o)