17
votes
11answers
3k views
Best Weather APIs?
What weather services have APIs? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Python …
0
votes
6answers
2k views
How to parse XML in JavaScript from Google
I want to parse this XML Document http://www.google.de/ig/api?weather=Braunschweig,%20Deutschland I want to be able to read out condition, temp_c and humidity. All this I want to d …
0
votes
3answers
866 views
Good Resource for Embedding Weather Forecasts
I would like to add a 5-10 day weather forecast to a website. I'm having trouble finding a website that provides an embed code for forecasts. The few I've found look awful (circa …
0
votes
1answer
37 views
Catching errors or exceptions
I built a mashup of google maps and weather.com and everytime one of these server is not responding my application hangs up too.What do you think I can do to prevent or minimize h …
1
vote
7answers
1k views
Where can I find Free Weather Icons?
Related to http://stackoverflow.com/questions/139944/where-can-one-find-free-software-icons-images
I have a need for free icons relating to weather. Specifically, I need icons th …
5
votes
3answers
189 views
Python Weather API
How do I get my weather in a Python program?
4
votes
5answers
94 views
What ist a RESTful-resource in the context of large data sets, i.E. weather data?
So I am working on a webservice to access our weather forecast data (10000 locations, 40 parameters each, hourly values for the next 14 days = about 130 million values).
So I read …
0
votes
0answers
9 views
NWS LSR Documented Format or Retrieval (PHP)
I am attempting to find documentation on how Local Storm Reports (LSR) issued by the Nation Weather Services are formatted.
Also I am aware of public FTP directory these text fil …
0
votes
2answers
266 views
Google weather api on a commercial project
Could i use the Google weather api in a commercial project, by just adding a "weather powered by google" link?
0
votes
1answer
145 views
Where is a commercially usable dataset of temperature by zipcode by month?
Lots of web sites offer this data (see http://www.google.com/search?hl=en&q="average+temperature"+by+zip+code) but I don't see the dataset they are using.
I looked at the nati …
1
vote
2answers
172 views
Weather for specific date?
Is there any weather api that supports query weather for a specific date(or date range)?
In my application, i need to show weather for today but last year.
I can store weather in …
5
votes
4answers
1k views
API to get weather based on longitude and latitude coordinates.
Does anyone know of a service with an API or a widget that I could use to display weather based on geographical coordinates? I have only found ones for zipcodes.
Thanks!
2
votes
7answers
2k views
Weather web service for Europe?
We are looking for a reliable "current weather" web service for Europe, with city resolution. We only need the current weather.
Since it is for a commercial web site, we don't mi …
0
votes
3answers
383 views
How to display weather script update autometically in php?
I want to weather information in my website which should be autometically updated daily could you please help me script for weather information?
2
votes
1answer
139 views
Weather, exchange rates and other feeds
I am building a real estates website, I want to include some details on the homepage about the current weather, temperature, humidity, etc. I may also want to include some exchange …
