weather

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 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...

Programatically access weather info

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? ...

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 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, ...

Is there any web service to get the weather data for the cities all round the world [over a period of time like one year]?

Any web service to get the monthly min/max temperatures for cities over a period of time? ...

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 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 ...

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, .NET, Java, etc. Which have you had the best experience with? ...

Parsing XML from the National Weather Service SOAP Service in C# LINQ to XML

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" ...

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 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. ...

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? ...

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 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...

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! ...

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 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. ...

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&amp;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...

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? ...

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 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...

Python Weather API

How do I get my weather in a Python program? ...

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 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 ...

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 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...

Yahoo Weather API WOEID retrieval.

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...

JQuery Plugin Help

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...