plusminus wrote:Hello icer,
the weather Data is openly provided by Google and therefore we can us it for free.
I don't know whether there is any document out there describing how to use the API, just use it

Regards,
plusminus
Hi,
I found this very interresting topic while googling for a solution to have a dynamic weather forecast solution in a web app.
I have adapted the principle to a ruby system fetching and caching the results of the query, then parsing it with XMLSimple.
It worked really well, I just had time to run a few tests before everything got messed up... queries in my browser such as
http://www.google.com/ig/api?weather=geneva,switzerland give me no error, but fetching the datas from my program, with the same queries return something like this:
Using xml Syntax Highlighting
<?xml version="1.0"?><xml_api_reply version="1"><weather module_id="0" tab_id="0"><problem_cause data=""/></weather></xml_api_reply>
Parsed in 0.001 seconds, using
GeSHi 1.0.8.4
I did not find any information on the usage of the weather API, so my feeling is that google doesn't allow such queries ... does anyone use this service ? I would love to "just use it" but I'm sure the google people are just smarter than me....
regards
julien