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 mind paying a reasonable fee for the service.
What are our options? What service would you recommend or avoid based on previous experience?
Note: SOAP Web Serv...
I am looking for a web weather service in the United States that will allow links to be created with the latitude and longitude. Ideally it would show the radar imagery for that location, but just a simple "Sunny, 78F" would suffice as well.
Any ideas?
...
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 that you might see in a 10-day forecast (Clear Day/Night, Rainy Day/Night, etc.) Where could I find such images?
Requirements: Like the linked question above, ...
Any web service to get the monthly min/max temperatures for cities over a period of time?
...
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 do inside of JavaScript without using any server sided scripts such as PHP and I want it to work on modern browsers as well as IE7 and if without many problems ...
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, .NET, Java, etc. Which have you had the best experience with?
...
Hello folks, I'm a junior C# programmer that's trying to develop a library that will allow me to encapsulate the nasty details of parsing the XML returned from the NWS, and returning a collection representing the data.
My SOAP request would return an XML document in this form:
<?xml version="1.0" encoding="UTF-8"?>
<dwml version="1.0" ...
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 rates.
It all should be current and up-to-date, I know there are plugins or add-ons I can use which requires me zero-coding. I just don't know what to use.
...
I want to weather information in my website which should be autometically updated daily could you please help me script for weather information?
...
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 1990's). I was just wondering if there was a halfway clean-looking solution that I might be overlooking in my endless Google searches. Flash, iframe, anythi...
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!
...
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 DB for aech day since now, and next year i'll be able to show last year's data. But it's not "sexy" solutions.
Any ideas?
Thank you.
...
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 national weather service for a bit (see for example http://www.rdc.noaa.gov/~foia/index.html#electronic), and didn't see it. NWS is in the National Oceanic and At...
Could i use the Google weather api in a commercial project, by just adding a "weather powered by google" link?
...
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 files are stored but I was wondering if anyone knows if the NWS or other sources provide these reports via a web service instead if having to manually write a par...
How do I get my weather in a Python program?
...
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 all about RESTful services and its ideology.
So I understand that an URL is adressing a ressource.
But what is a ressource in my case?
The common use case ...
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 hanging up of my web apps?Hanging up like you can't navigate away from that page....
I got this code on my app code to access the weather service;
Public Clas...
I'm creating an app (PHP) that takes yahoo weather data from the free RSS feed and correlates it with a colour hex based on data retrieved from the RSS feed. The issue I'm having is finding a way to grab the location code or WOEID without doing it manually.
Yahoos API sends back an RSS feed as long as you provide a WOEID -> http://weath...
I'm trying to develop a JQuery plug-in that will access an outside XML feed and display the results. Here is what I have so far:
HTML Header Include
<script language="javascript" src="jquery.rss.js" type="text/javascript"></script>
JQuery Ready
<script type="text/javascript">
$(document).ready(function() {
$("#rss").rss({cou...