Questions tagged [google-weather-api]

Google used to have its own weather API. As of August 2012, Google shut it down.

Google used to have a weather API.

In 2012, Google shut it down.


Related tags

67 questions
1
vote
1 answer

Strange Characters In XML Response From Google Weather API Error

I've just launched a small application i've been working on. Nothing major, but something I would like to get properly working. It's at www.wedrapp.com. Most of the time it works perfectly fine. Enter a city, XML is returned, parsed and the data…
cian1991ferrari
  • 133
  • 2
  • 6
  • 16
1
vote
1 answer

Google weather API change from F to C

Im having a bit of trouble changing the the weather degrees from fahrenheit to celcius. Its working correct only when I change the current weather degree but not when Im changen the forecast. Any sugestions ? this is my code.

Today's…

Dymond
  • 2,158
  • 7
  • 45
  • 80
1
vote
1 answer

Set SimpleXML path from a searchbox/input

I am retrieving Google Weather XML as such: Is it possible to set the city from an input? As a search box. So you can search which city you are pulling…
jQuerybeast
  • 14,130
  • 38
  • 118
  • 196
1
vote
2 answers

Google Weather Api in ASP.Net

I use the weather API in my ASP.Net page. If I add the language (hl) to the query, I will get this error: "Invalid character in the given encoding. Line 1, position 526.". It works without the get parameter for language, but I want to localize the…
PassionateDeveloper
  • 14,558
  • 34
  • 107
  • 176
1
vote
1 answer

Weather for date and lat/lng

I am browsing through a bunch of weather-forecast APIs and none of them seem to do something which I think is pretty necessary. Is there a way for me to just send an address, or lat/lng coordinates, and the date for the forecast I want (in the…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
1
vote
2 answers

Google Weather API and Using Custom image

I am using Google weather API and PHP for fetch conditions: http://www.google.com/ig/api?weather=New%20York Is there any way for change: to custom image?
TheNone
  • 5,684
  • 13
  • 57
  • 98
1
vote
1 answer

google map with weather information

Consider the requirement to integrate the road direction between two stations, along with the weather information of the starting, middle, and destination stations. I looked at the Google help, but I didn't find the weather information along with…
Abhishek
  • 957
  • 3
  • 20
  • 43
1
vote
1 answer

weather service provider with waves height data?

I'm not sure this is the right place for this question, please correct me if I'm wrong. I'm looking for an API to get Waves height data for a surfing application I'm writing. I have no idea where can I find such a provider. Does Yahoo provide this…
Yosi199
  • 1,745
  • 4
  • 22
  • 47
1
vote
3 answers

Get Weather Forecast Data

I want to develop a weather web service and I just want to get the information of weather forecasts. Than I create my own interface. But I can't find how I access these datas. How can I access weather datas? Thank you.
e.ozmen
  • 269
  • 3
  • 17
1
vote
2 answers

Python Weather API Issue

I am using pywapi to get weather conditions for different locations. The command I am using is: alaska = pywapi.get_weather_from_noaa('PABI') where 'PABI' is the station id for Alaska. This works fine if I enter it directly in the Python console or…
khan
  • 7,005
  • 15
  • 48
  • 70
1
vote
2 answers

Google Weather API is not working, sending strange response

I was using the Google Weather API from quite sometimes but from Yesterday, I am getting strange message "Unsupported API". I have searched on Google but didn't find any official declaration for same. Does any one experiencing same problem or its…
Akram
  • 7,548
  • 8
  • 45
  • 72
1
vote
5 answers

Google Weather API gone?

I had been using the following google weather api in my iPhone apps to get 4 day weather forecast. NSString *address = @"http://www.google.com/ig/api?weather=Chicago"; NSString *request = [NSString stringWithFormat:@"%@",address]; …
Sam B
  • 27,273
  • 15
  • 84
  • 121
1
vote
2 answers

How to modify weather information displayed on google map

I have created a google map displaying markers and the weather layer using Google Maps API V3. The weather layer is great for displaying weather information at well-known locations; however, for my map I only care about the wind speed rather than…
user1601333
  • 151
  • 1
  • 10
1
vote
1 answer

Google Weather API Conditions (plain text)

I couldn't find ALL of the Google Weather API "conditions" in a simple, plain text format, so here it is for everyone if they can't find it either!
sridvijay
  • 1,526
  • 18
  • 39
1
vote
1 answer

GoogleWeather cannot be resolved to a type

I am writing my first JSP page, and I am trying to connect to the Google Weather API. So I hope you can be patient with me. This is my JSP page: <%@ page import="controller.GoogleWeather" %> <%@ page language="java" contentType="text/html;…
Brahadeesh
  • 2,245
  • 8
  • 40
  • 58