Re: TAF
Brought to you by:
iridium
From: Etienne T. <et...@om...> - 2003-09-08 04:49:18
|
I've just committed the changes to data_retrieval.php, defaults-dist.php, phpweather.php, pw_db_mysql.php, pw_db_null.php to include TAF retrieval and parsing. Just call weather->decode_taf() to retrieve and decode the TAF. No pretty output yet... Back-ends null and mysql have been updated, a new table 'tafs' is used. I've added test2.php to output the decoded METAR and TAF for testing. On Sun, 2003-09-07 at 21:20, Etienne Tourigny wrote: > Greetings, > > as mentioned before I've written an extension to parse TAF forecasts. > > To integrate this into PHPWeather, I propose to add my functions and > class members to data_retrieval.php and phpweather.php. Another > approach would be to have 2 separate classes which use the same logic, > but this duplicates a lot of code such as ICAO data. > > I would like to know if anyone is interested in filling in the missing > parts such as output, translation, testing, other SQL back-ends than > mysql and anything else I've forgotten (which will come up). > > I'll start integrating my code shortly. > > Cheers, > Etienne > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > PHPWeather-devel mailing list > PHP...@li... > https://lists.sourceforge.net/lists/listinfo/phpweather-devel |