I am wanting to use the Google Weather API - by passing lat and long values. However it seems Google is needing these formatted differently to the values I have stored.
i.e. For the town of McTavish I have values of 45.5 and -73.583
This works here: http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=45.5,-73.583
B...
I'm trying to load parse a Google Weather API response (chinese response). Here is the API call..
http://www.google.com/ig/api?weather=11791&hl=zh-CN
// This code fails with the following error
$xml = simplexml_load_file('http://www.google.com/ig/api?weather=11791&hl=zh-CN');
( ! ) Warning: simplexml_load_string()
[funct...
Hi,
This is GOOGLE Weather Report XML
What is the calculation google doing ,
When i google with weather=London,UK keyword ,
Its showing somthing like this screen shot
in my xml there is nothing like 26 , 11, 26 ,22 no
my xml look like below
WHAT IS THE CALCULATION INVOLVED IN THE Weather Report ,
How to get these into PHP v...
Hi!i want to parse google weather API using NSXML so please give me some Guidance for this.My url is:
http://www.google.com/ig/api?weather=Ahemdabad
and i have taken such kind of steps:
NSURL *url = [NSURL URLWithString:@"http://www.google.com/ig/api?weather=Ahemdabad"];
NSMutableURLRequest *theRequest = [NSMutableURLRequest requestW...
I use below tutorial for add local weather condition but this tutorial just add current weather does anybody have any idea about forecast weather?
link text
...