phpweather-devel Mailing List for PHP Weather (Page 7)
Brought to you by:
iridium
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(2) |
Feb
(52) |
Mar
(79) |
Apr
(9) |
May
(28) |
Jun
(17) |
Jul
(25) |
Aug
(48) |
Sep
(18) |
Oct
(6) |
Nov
|
Dec
(8) |
2003 |
Jan
(26) |
Feb
(10) |
Mar
(2) |
Apr
(21) |
May
(23) |
Jun
(15) |
Jul
(15) |
Aug
(8) |
Sep
(16) |
Oct
(3) |
Nov
(4) |
Dec
|
2004 |
Jan
(35) |
Feb
(35) |
Mar
(9) |
Apr
(6) |
May
(1) |
Jun
(3) |
Jul
(3) |
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(4) |
Feb
(6) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
(5) |
Mar
(7) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: SourceForge.net <no...@so...> - 2003-09-11 15:55:56
|
Feature Requests item #577808, was opened at 2002-07-05 11:25 Message generated for change (Comment added) made by etienne_t You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-11 11:55 Message: Logged In: YES user_id=626224 Must of the stuff there (http://www.nws.noaa.gov/mdl/icwf/avnfps/editor.html#TAFDe coder) is already in the cvs code. What I think remains is : - time consistency checks - Consistency Checks Within a Group - NSW (no significant weather) - NIL( AMD) (augmented data) ?? When I did the basic decoding I used the regex's in decode_matar() and I found that only wind shear was missing (it's not in METARs). I think the issue that must be resolved is translating the various time-periods (FM BECMG TEMPO PROB) into hour-by-hour information. Or we could just spew out the time periods as-is. Perhaps we want to have a way of getting the complete forecast for given hour(s)? The difficulty lies in the fact that some periods such as BECMG only give some data such as wind but not visi or clouds... Such as this example: CYVR 111438Z 111512 12008KT P6SM SCT010 BKN060 TEMPO 1519 6SM -SHRA SCT008 BKN030 BECMG 1921 25010KT BECMG 0002 29013KT So we could go through the periods in chronological order and keep the old values that haven't changed while updating the values that have changed (except things like descriptive weather). Keeping in mind that a TEMPO period is only temporary and has no effect on subsequent periods. Does someone have a good link that describes precisely the meaning of the period types? ---------------------------------------------------------------------- Comment By: Thomas Michael Winningham (antipasto) Date: 2003-09-09 15:41 Message: Logged In: YES user_id=101704 Hey I'd love to speed up the availability of this feature! Anyone know anything about extrapolating this information into hour-by-hour information? I found some great regular expressions for TAF on the bottom of this page at: http://www.nws.noaa.gov/mdl/icwf/avnfps/editor.html#TAFDe coder ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 15:44 Message: Logged In: YES user_id=104098 Okay, welcome aboard! :-) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 13:55 Message: Logged In: YES user_id=626224 Sure i'm interested in having CVS access. Please register me as developper and give me the proper cvs access. I'll discuss integration issues on the devel mailing list. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 13:36 Message: Logged In: YES user_id=104098 Sounds great! I can give you CVS access and then you'll be able to incorporate your changes into the existing code. I don't know exactly how your extension should be integrated, but perhaps you already have an idea? Let me know if you're interested and I'll include you as a developer on the project. ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 12:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 15:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 11:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
From: SourceForge.net <no...@so...> - 2003-09-09 19:44:09
|
Feature Requests item #803390, was opened at 2003-09-09 15:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=803390&group_id=23245 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Thomas Michael Winningham (antipasto) Assigned to: Nobody/Anonymous (nobody) Summary: RSS, RDF, XML output (or input) Initial Comment: Format this information into RSS, RDF, or XML... or further process information that is already available in these formats... see: http://www.innergears.com/WebServices/ForecastByZip/ ForecastByZip.asmx?op=GetForecastByZip ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=803390&group_id=23245 |
From: SourceForge.net <no...@so...> - 2003-09-09 19:41:59
|
Feature Requests item #577808, was opened at 2002-07-05 11:25 Message generated for change (Comment added) made by antipasto You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- Comment By: Thomas Michael Winningham (antipasto) Date: 2003-09-09 15:41 Message: Logged In: YES user_id=101704 Hey I'd love to speed up the availability of this feature! Anyone know anything about extrapolating this information into hour-by-hour information? I found some great regular expressions for TAF on the bottom of this page at: http://www.nws.noaa.gov/mdl/icwf/avnfps/editor.html#TAFDe coder ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 15:44 Message: Logged In: YES user_id=104098 Okay, welcome aboard! :-) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 13:55 Message: Logged In: YES user_id=626224 Sure i'm interested in having CVS access. Please register me as developper and give me the proper cvs access. I'll discuss integration issues on the devel mailing list. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 13:36 Message: Logged In: YES user_id=104098 Sounds great! I can give you CVS access and then you'll be able to incorporate your changes into the existing code. I don't know exactly how your extension should be integrated, but perhaps you already have an idea? Let me know if you're interested and I'll include you as a developer on the project. ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 12:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 15:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 11:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
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 |
From: Etienne T. <et...@om...> - 2003-09-08 01:19:13
|
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 |
From: SourceForge.net <no...@so...> - 2003-09-05 19:44:45
|
Feature Requests item #577808, was opened at 2002-07-05 17:25 Message generated for change (Comment added) made by gimpster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2003-09-05 21:44 Message: Logged In: YES user_id=104098 Okay, welcome aboard! :-) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 19:55 Message: Logged In: YES user_id=626224 Sure i'm interested in having CVS access. Please register me as developper and give me the proper cvs access. I'll discuss integration issues on the devel mailing list. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 19:36 Message: Logged In: YES user_id=104098 Sounds great! I can give you CVS access and then you'll be able to incorporate your changes into the existing code. I don't know exactly how your extension should be integrated, but perhaps you already have an idea? Let me know if you're interested and I'll include you as a developer on the project. ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 18:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 21:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 17:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
From: SourceForge.net <no...@so...> - 2003-09-05 17:55:02
|
Feature Requests item #577808, was opened at 2002-07-05 11:25 Message generated for change (Comment added) made by etienne_t You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 13:55 Message: Logged In: YES user_id=626224 Sure i'm interested in having CVS access. Please register me as developper and give me the proper cvs access. I'll discuss integration issues on the devel mailing list. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-09-05 13:36 Message: Logged In: YES user_id=104098 Sounds great! I can give you CVS access and then you'll be able to incorporate your changes into the existing code. I don't know exactly how your extension should be integrated, but perhaps you already have an idea? Let me know if you're interested and I'll include you as a developer on the project. ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 12:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 15:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 11:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
From: SourceForge.net <no...@so...> - 2003-09-05 17:36:41
|
Feature Requests item #577808, was opened at 2002-07-05 17:25 Message generated for change (Comment added) made by gimpster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2003-09-05 19:36 Message: Logged In: YES user_id=104098 Sounds great! I can give you CVS access and then you'll be able to incorporate your changes into the existing code. I don't know exactly how your extension should be integrated, but perhaps you already have an idea? Let me know if you're interested and I'll include you as a developer on the project. ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 18:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 21:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 17:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
From: SourceForge.net <no...@so...> - 2003-09-05 16:53:25
|
Feature Requests item #577808, was opened at 2002-07-05 11:25 Message generated for change (Comment added) made by etienne_t You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 Category: Decoding Group: phpweather-2.x Status: Open Resolution: Later Priority: 5 Submitted By: Fabrizio Di Meo (fdimeo) Assigned to: Nobody/Anonymous (nobody) Summary: TAF - Terminal Aerodrome Forecasts Initial Comment: Hi all, I think that would be really useful if phpweather were able to decode the TAF also, what do you think about? :o) ---------------------------------------------------------------------- Comment By: Etienne Tourigny (etienne_t) Date: 2003-09-05 12:53 Message: Logged In: YES user_id=626224 I've written en extension to retreive and decode TAF forecasts. It's not complete yet but the basics are there. The parts remaining are: pretty output, translation, full testing, other backends than mysql, plus others I might have missed. Please let me know how I can contribute. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2002-07-11 15:34 Message: Logged In: YES user_id=104098 Yes, it would be great if PHP Weather could parse TAF reports... but it can't do this at the moment, and it'll be a while before it can - unless someone finds the time to write the code that is :-) ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-07-07 11:29 Message: Logged In: NO yes, id love it if i could get predictions too ;-) It would be well amazing, ontop of the already great current weather reports ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=577808&group_id=23245 |
From: Martin G. <gim...@gi...> - 2003-08-20 10:37:15
|
"GREGG HALES" <gr...@ki...> writes: Hi Gregg > does anyone have more concise documentation. Have tried to access > the link to archive section on sourceforge, but always get the > message that the archive is restricted to members of the group only. I've just tried accessing the SourceForge archives of phpweather-devel without being logged in and it worked. There's also a bit of documentation available here http://phpweather.sourceforge.net/phpweather/docs/ I don't know how much of a help this is though, for you should also have received those documents in the tarball/zipfile you've downloaded. > Just want a bit of guidance. Want to display multiple locations, as > pulling info into another program result page. If you can get PhpWeather do display one report, then it shouldn't be difficult to display two :-). Either make another phpweather object with a different ICAO or change the ICAO with the set_icao() method. Then create new pw_text_xx and pw_icons objects from the phpweather object. > Have experimented with mysql, but does not appear to be updating > info, has anyone got mysql working, and if so, what did you find > requiring alteration. MySQL should be working... what are the exact problems you're seeing? > Secondly, what areas do we need to alter, to alter the complete > return of results. Unless I have missed something completely, there > is no short cut for this, in the form of a template file. Due to > size of visible area restraint, all we want is abbreviated wording > and images like: > n_1cloud_norain.gif || few clouds > see.gif || Wind: E/SE > temphigh.gif || Temp: 27=B0C > > Any quick pointers to which files to look at quickly and code to > alter would be greatly appreciated. You should write your own code that picks the data out of the array returned by the decode_metar() method in the phpweather class. The problem is basically that PhpWeather has grown out of the ad-hoc textual report I used when I first wrote it. Because the report tries to string something together that can be considered sentences, it's rather ackward to use the individual parts... There's also a lot of translations now which makes it a bit difficult to change things radically. Perhaps we should start over with a PhpWeather version 3? I've certainly learned a lot since version 2, both about how object oriented programming should be done, but also about things like clever new template systems. > As would access to the archive section, as the answer is probably > already in there. Doesn't the archive at SourceForge work? http://sourceforge.net/mailarchive/forum.php?forum_id=3D2219 I'm not very fond of the webinterface, but I believe it's working... --=20 Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Nick B. <nic...@ya...> - 2003-08-20 10:02:04
|
Hi Guys, MG Wrote: > I'm not aware of any mirror site, sorry :-(. But it would be a cool > thing to have... > I get data by parsing web pages from www.aro.lfv.se The pages are asp generated and you can build your own query strings to get the blocks of METARS or TAFs you require. I have a perl script to get data for UK civil airports as the data is updated a lot faster than NOAA's.You can browse the weather pages freely from www.lfv.se and following the links. The urls are of the form: http://www.aro.lfv.se/metais/MetInfo.asp?TextFile=metar.eg.list.txt&TextFile=metar.ed.list.txt&TextFile=metar.benelux.list.txt&TextFile=metar.alps.list.txt&TextFile=metar.lf.list.txt&TextFile=metar.le.list.txt&TextFile=metar.lp.list.txt&TextFile=metar.li.list.txt&TextFile=metar.baltic.list.txt&TextFile=metar.others.list.txt&SubTitle=United%A0Kingdom&Subtitle=Germany&Subtitle=Benelux&Subtitle=Austria,%A0Switzerland&Subtitle=France&Subtitle=Spain&Subtitle=Portugal&Subtitle=Italy&Subtitle=Baltic&Subtitle=Other%A0Countries&T=METAR%A0Europe&Frequency=30 But from that you can build a shortened query that works(and saves bandwidth). For the UK METARS I use: http://www.aro.lfv.se/metais/MetInfo.asp?TextFile=metar.eg.list.txt&SubTitle=United%A0Kingdom&T=METAR%A0Europe&Frequency=30 Then I parse the data for the required airport METAR, start of required string is the ICAO code eg EGNX. End of sting is the = character. Martin - if you want a copy of the routine (it's written in perl and a part of a perl decoder I wrote) the let me know and I'd be happy to upload it somewhere. > We've seen problems with NOAA's site before, but they're usually gone > in a matter of hours. I have seen probs with NOAA recently, getting a lot of http 403 errors. (server overloaded or noa available?) last week but for the past few days it seems OK. -- Nick B. Nottingham/UK ICQ9247450 |
From: Martin G. <gim...@gi...> - 2003-08-20 02:57:11
|
"Ferhat BINGOL" <s0...@st...> writes: Hi everybody > I am currently working on a data managment tool for php-weather. > > I started my first plotting code. I am using the JPGraph plotting > script. My first prototype takes the Kastrup airport station data > and puts in a MySQL table with a cron job every 2 hours. Cool, another Dane! :-) > The user may access the plot via > www.ventusvigor.com/weather/kastrup.php It's looking good! That's exactly the kind of statistics that we need in PhpWeather. Let me know if this is something that you would like to have in our CVS repository, I can give you CVS access. Perhaps it's time to make a directory called contrib or something like that for all those small and large projects that use PhpWeather in some way? -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Martin G. <gim...@gi...> - 2003-08-19 23:49:38
|
Jesse Lang <jes...@us...> writes: > I'd like to use phpWeather on my site, but the METARs don't seem to > be available. I downloaded the source and verified the URL, but the > problem seems to be with the NOAA's site. Is there anything that > can be done, a mirror site set up? I'm not aware of any mirror site, sorry :-(. But it would be a cool thing to have... We've seen problems with NOAA's site before, but they're usually gone in a matter of hours. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Martin G. <gim...@gi...> - 2003-08-19 22:30:36
|
"Tyler Allison" <ty...@al...> writes: > Those of you looking for a more graphical representation of weather > for your php website may be interested in checking out > http://noahweather.sourceforge.net It looks very interesting, I'm sure that we can get some useful ideas from your code since it's also PHP. > I've just completed converting the METAR parsing portion of NOAH > Weather to using the phpWeather METAR parsing function. Much better > than the one I wrote. Great, I'm glad to hear that. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Ferhat B. <s0...@st...> - 2003-08-16 21:23:01
|
Hi all, I am currently working on a data managment tool for php-weather. I started my first plotting code. I am using the JPGraph plotting script. My first prototype takes the Kastrup airport station data and puts in a MySQL table with a cron job every 2 hours. For the first test I am getting the $title_list=array( 1 => "Wind Direction (degree)", 2 => "Wind Speed (knot)", 3 => "Visibility (km)", 4 => "Temperature (degree C)", 5 => "Dev Point (degree C)", 6 => "Pressure (pascal)" ); The user may access the plot via www.ventusvigor.com/weather/kastrup.php Any user might include the image in their websites like below <img src=http://www.ventusvigor.com/weather/plot.php?data=1> As you might understand data=X means the data type listed above. Till now my code do NOT include any part of the phpweather. But, when it is ready and you all people thinks that it is good for the phpweather I will try to integrate the code into it. Will you please try it and give me some feedback? I will send the first public release of my own code next month? FERHAT P.S. When I send you this message there was only one raw in the database. But I tested it with more data before so I hope it will work, I have to go to bed now.... :)) P.S.2 : For the people who are interested in winddata I have also coded a website called www.winddata.com for my university . You may give it a try if you like... |
From: GREGG H. <gr...@ki...> - 2003-08-11 05:45:10
|
Hi, does anyone have more concise documentation. Have tried to access the = link to archive section on sourceforge, but always get the message that = the archive is restricted to members of the group only. Just want a bit of guidance. Want to display multiple locations, as = pulling info into another program result page.=20 Have experimented with mysql, but does not appear to be updating info, = has anyone got mysql working, and if so, what did you find requiring = alteration. Secondly, what areas do we need to alter, to alter the complete return = of results. Unless I have missed something completely, there is no short = cut for this, in the form of a template file. Due to size of visible = area restraint, all we want is abbreviated wording and images like: n_1cloud_norain.gif || few clouds see.gif || Wind: E/SE temphigh.gif || Temp: 27=B0C Any quick pointers to which files to look at quickly and code to alter = would be greatly appreciated. As would access to the archive section, as the answer is probably = already in there. Regards Gregg --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.506 / Virus Database: 303 - Release Date: 1/08/2003 |
From: SourceForge.net <no...@so...> - 2003-08-01 20:41:49
|
Feature Requests item #534436, was opened at 2002-03-24 14:10 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=534436&group_id=23245 Category: Output Group: phpweather-2.x Status: Open Resolution: None Priority: 3 Submitted By: Max Hammond (iridium) Assigned to: Nobody/Anonymous (nobody) Summary: WAP Again? Initial Comment: Does anybody feel like coding a WAP output module for PHPWeather 2? Or do we feel that there's no real point? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-08-01 13:41 Message: Logged In: NO Not a programmer but yes, there is need for a WAP output module. Point is, if the thing is not mobile what darn good is it? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=534436&group_id=23245 |
From: Renato G. <ren...@re...> - 2003-07-31 18:41:47
|
Hi, I've translated the language file to italian (pw_text_it.php) and you can find it with this mail. But I don't was able to test it, since I allways got the following error message: ------------- snip ------------- Fatal error: Cannot instantiate non-existent class: pw_text_it in /var/www/html/renatogl.com/php/weather-it/index.php on line 95 ------------- snap ------------- Please tell me how to test it and/or what a kind of mistake I've done. With greetings from South-Tyrol, Renato. -- Renato Gallmetzer http://www.renatogl.com |
From: SourceForge.net <no...@so...> - 2003-07-31 16:57:38
|
Feature Requests item #775781, was opened at 2003-07-22 14:17 Message generated for change (Comment added) made by lifetap You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=775781&group_id=23245 Category: Databases Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Dewey (lifetap) Assigned to: Nobody/Anonymous (nobody) Summary: Long term historical data - sql Initial Comment: I was wondering about adding in long term storage of fetched METAR data. I think it could be useful to be able to pull up data from previous dates for comparison and/or be able to do trending. There are many possible ways to do it, but I was thinking to have a selectable feature that enables a seperate module. For example I want to enable trending for ICAO KRDU. Using sql this would create a table Trend-KRDU or such, (would be same for flat file thou larger and slower). The module would run on an hourly cron as to not miss any data, and would insert metar, timestamp, etc, into both the currently used cache table and the ICAO trend table. It might be easier to put the decoded metar info into the trend table, that would make searching a little easier. From there record highs and lows, strongest winds, you name it, would be available with basic searches. Just a thought, I have been trending my local weather using metar.pl and mrtg, but I can' look for a specific day, etc. This looks to be a great program so far, keep up the great work. ---------------------------------------------------------------------- >Comment By: Jonathan Dewey (lifetap) Date: 2003-07-31 12:02 Message: Logged In: YES user_id=800627 I was thinking about this after submitting the feature request. I'm thinking that it would need to be written as a seperate utility or plugin to collect and archive the data. Most likely with the data already decoded. Then put in hooks to the database. IE, user goes to page to get todays weather, php sub grabs the temp for the same month/day, just a year before... It was a thought I had, never said it would be easy. Thanks for the quick reply thou. ---------------------------------------------------------------------- Comment By: Martin Geisler (gimpster) Date: 2003-07-27 17:20 Message: Logged In: YES user_id=104098 I agree that it would be cool to store the data for longterm analysis and trending. The question is how to do it? As it is now, then all the database backends offer the same functionality --- I don't know if we can keep it this way if we begin with these kind of features. One way of handling this would be to give the backends methods that give you an iterator to the data stored. The iterator returned by the null backend would already be at it's end since the null backend doesn't store any new data, whereas the proper backends would return a proper iterator that would run through the data. The amount of data could be limited by given a start and/or end date. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=775781&group_id=23245 |
From: Tyler A. <ty...@al...> - 2003-07-29 02:36:07
|
Those of you looking for a more graphical representation of weather for your php website may be interested in checking out http://noahweather.sourceforge.net I've just completed converting the METAR parsing portion of NOAH Weather to using the phpWeather METAR parsing function. Much better than the one I wrote. NOAH Weather is still in it's first beta release but I think it's coming along very nicely. -Tyler |
From: Martin G. <gim...@gi...> - 2003-07-27 21:26:39
|
"Christian Dalsgaard" <chr...@da...> writes: > Hi, > > I'm looking forward to see the new version, please let me know when > it is live:-) I will, you can monitor the SourceForge page with file releases and I'll also put up a note on this list. > BTW: would be great to see links to live working PHP weathers out > there, let me chip in with a link for a start, maybe someone else > would like to send a link to the list? Yes, this would be a great idea. Sadly, PhpWeather.net (which points to PhpWeather.sf.net) is broken and has been so for a very long time now. If someone wants to build a proper website then please let me know. I've been thinking about making it a WikiWeb (a website where everybody can edit the pages) since that should make it easy for us to maintain, but that's only an idea. The main problem is still to sneak the METAR data past the SF firewall. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Martin G. <gim...@gi...> - 2003-07-27 21:24:22
|
Geoff <ge...@sh...> writes: > It always tells me that data isn't available, no matter what station > I select (using the test.php file)...and if I look at the phpWeather > homepage (http://phpweather.sourceforge.net/index.php) , it does the > same thing.....is there a problem with the METAR files? I don't think so --- phpweather.sf.net is badly broken so you cannot count on that to display anything :-( You have to make sure that PhpWeather can connect to the Internet from the webserver, this is the problem at SourceForge. You can test for connectivity by making a PHP file with just <?php include('http://sf.net/') ?> in it. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: SourceForge.net <no...@so...> - 2003-07-27 21:20:37
|
Feature Requests item #775781, was opened at 2003-07-22 20:17 Message generated for change (Comment added) made by gimpster You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=775781&group_id=23245 Category: Databases Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Dewey (lifetap) Assigned to: Nobody/Anonymous (nobody) Summary: Long term historical data - sql Initial Comment: I was wondering about adding in long term storage of fetched METAR data. I think it could be useful to be able to pull up data from previous dates for comparison and/or be able to do trending. There are many possible ways to do it, but I was thinking to have a selectable feature that enables a seperate module. For example I want to enable trending for ICAO KRDU. Using sql this would create a table Trend-KRDU or such, (would be same for flat file thou larger and slower). The module would run on an hourly cron as to not miss any data, and would insert metar, timestamp, etc, into both the currently used cache table and the ICAO trend table. It might be easier to put the decoded metar info into the trend table, that would make searching a little easier. From there record highs and lows, strongest winds, you name it, would be available with basic searches. Just a thought, I have been trending my local weather using metar.pl and mrtg, but I can' look for a specific day, etc. This looks to be a great program so far, keep up the great work. ---------------------------------------------------------------------- >Comment By: Martin Geisler (gimpster) Date: 2003-07-27 23:20 Message: Logged In: YES user_id=104098 I agree that it would be cool to store the data for longterm analysis and trending. The question is how to do it? As it is now, then all the database backends offer the same functionality --- I don't know if we can keep it this way if we begin with these kind of features. One way of handling this would be to give the backends methods that give you an iterator to the data stored. The iterator returned by the null backend would already be at it's end since the null backend doesn't store any new data, whereas the proper backends would return a proper iterator that would run through the data. The amount of data could be limited by given a start and/or end date. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377955&aid=775781&group_id=23245 |
From: Martin G. <gim...@gi...> - 2003-07-27 21:12:01
|
"Mike Momany" <mi...@dm...> writes: > I am getting the following error in make_config.php: > > Fatal error: Call to a member function on a non-object in . . . . > /weather/config/make_config.php on line 339 > > Any suggestions? This error could come from an old session, try visiting the reset_session.php script in the config folder, that should clear any session. If that doesn't help, then something's wrong :-( -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |
From: Martin G. <gim...@gi...> - 2003-07-27 21:10:57
|
"Ferhat BINGOL" <s0...@st...> writes: > Hi all, > > I am using the script on my web site at > > http://weather.ventusvigor.com > > and this is the first try for the Turkish language add-on by > me. Since, the Finish has the same grammer structure I think It > won't be diffucult to implement Turkish pack I am working on it and > here is the first version. Thanks a lot for the translation, I'll add it to CVS. Let me know when you think the translation is ready to be released so that I can make a new release of PhpWeather. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. |