Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

109
votes
20answers
67k views

Best Weather APIs? [closed]

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. ...
24
votes
10answers
23k 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!
11
votes
1answer
352 views

How to create a snowstorm on your Windows desktop?

Practical uses aside, how (if it is possible at all) could you create a "snowing" effect on your desktop PC running Windows? Preferably with nothing but raw C/C++ and WinAPI. The requirements for the ...
11
votes
4answers
3k views

Best Weather APIs free for commercial use?

What weather services have free APIs for commercial use? 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 Java, ...
9
votes
2answers
12k views

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 ...
9
votes
3answers
1k views

Python Weather API

How do I get my weather in a Python program?
8
votes
3answers
862 views

Are there any weather *history* apis?

There are plenty of weather APIs that allow you to find forecasts, but I'm looking for weather history. Specifically, if I have a lat/lng and a timestamp, I'm looking to find the weather at that ...
8
votes
8answers
7k views

Where can I find free weather icons? [closed]

Related to Where can one find free software icons / images? I have a need for free weather-related icons. Specifically, I need icons that you might see in a ten-day forecast (clear day/night, rainy ...
6
votes
1answer
413 views

Weather prediction algorithm variety

Currently there's a big 'storm' over the predictions by the MetOffice in the UK. They predicted a mild, wet winter, while we have the coldest temperature on record in Northern Ireland and solid snow ...
6
votes
8answers
9k views

Weather web service for Europe? [closed]

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 ...
5
votes
2answers
952 views

Best way to get Current Weather via API?

What is the best way to get current weather via API ? Could you make some example with this API ?
5
votes
5answers
241 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 all about RESTful ...
5
votes
2answers
2k 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?
5
votes
5answers
2k views

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 ...
4
votes
2answers
4k views

Show wind direction on Google Maps

I calculated the wind direction and now I want to show the wind direction pointing to 144 degrees (on compass). How can I show this arrow on Google Maps?
4
votes
2answers
686 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 DB for aech day ...
3
votes
1answer
115 views

How to create a weather widget using jquery and some API?

I need to create a weather widget. Widget means it should be a table or div where my weather details are displayed. Also I need some api without any limits and free to use to display the weather ...
3
votes
1answer
160 views

Processing GRIB data in .NET

Does anyone know of a .NET library for processing GRIB data?
3
votes
1answer
143 views

Meteo info in win32 APP

Is there a good meteorological tool to use in win32 DELPHI App ? I did some googling but could not find anything good Don’t need any complex data, just a simple 3/5 day forecast would be nice
3
votes
2answers
196 views

Home Weather Stations with Programmatic Access to Sensor Readings?

Are there any known home weather stations which allow programmatic access to the sensor readings? Inexpensive, and platform neutral systems are especially interesting (together with any pre-existing ...
3
votes
2answers
855 views

Free Weather API for Company Websites

I am looking for a Weather API Provider for a company web site that is free of charge. Google API is unofficial, Yahoo and Wetter.com are for personal Websites only, so they don't fit my needs.
3
votes
4answers
536 views

Is there a Ruby client for the US National Weather Service data?

The only US weather data that is available free for commercial use is the US National Weather Service. I'd like to use it. Is there a Ruby/Rails library for accessing it? Perl would also be helpful. ...
2
votes
1answer
128 views

Which weather data web services do you know?

My intention is to compile a list of available weather data APIs in order to help everyone interested in displaying current weather information in their app to choose the best service for their needs. ...
2
votes
1answer
172 views

use google weather api with mootools

I am currently having difficulty using the Google weather API in JavaScript using Mootools. I am using code like this: var location = $('weather-location').value; var req = new Request({ url: ...
2
votes
1answer
113 views

Parse Yahoo Weather RSS Feed

I need to parse the Yahoo Weather RSS feed for a place, like http://weather.yahooapis.com/forecastrss?w=44418&u=c for example, to get the high, low, current temperature and the weather image eg. ...
2
votes
2answers
108 views

Historical Weather Forecasts

I was wondering if anyone is aware of a free database of historical weather forecasts, available in a format that's easy to pull into R? I'm trying to get a table like this: Date Actual High ...
2
votes
2answers
100 views

Is there a weather service API that provides yesterday's temperatures?

I'd like to be able to display today's weather as it relates to the day before. Are there any APIs that provide this, so I don't have to insure my application checks in every day?
2
votes
2answers
548 views

jQuery + Clock & Weather

Is there a jQuery plugin which would take an input of a country and return my the the time and weather status at that moment?
2
votes
1answer
1k views

Weather APIs For Android

I would like to know of some API which i could use to retrieve weather information in Android. I came across samples which make use of the Google Weather API and it works fine.But since the Google ...
2
votes
2answers
295 views

Where can I find historical raw weather data?

Where can I find historical raw weather data for a project I am doing with focus on the USA and Canada. I need temperatures mainly, but other details would be nice. I am having a very hard time ...
2
votes
2answers
406 views

United States Weather Radar Data Feed or API?

Is there a government or private API for accessing weather radar data in the United States?
2
votes
4answers
2k views

International weather API (PHP)

I'm looking for the best (free/cheap) international weather PHP API out there. Any suggestions?
2
votes
3answers
2k views

How to Get Current Weather via Web Services

I am attempting to get the current weather given a zip code or a set of latitude/longitude coordinates. It appears that best practice to do this (and how NOAA does it) is to get the XML feed for a ...
2
votes
1answer
832 views

Yahoo Weather, Yahoo GeoPlant, Google Weather or another API to connect to with javascript?

I need a way to get the current weather back for a certain city with javascript? Which API would I be better to use? Or are there any other apps that you can use an ajax request to get the current ...
2
votes
3answers
470 views

Is there any API that provides weather information in XML?

I was wondering if there is an API that provides weather information in XML format, providing only City and Country. It's even better if it has a way to return results based on IP Address.
2
votes
3answers
935 views

Weather API with date parameter

I am looking for a weather api that I can query by latlng and date. The date seems to be the hard part. All the APIs seem to only return the weather at he current day and/or week. I also need it to ...
2
votes
2answers
438 views

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" ...
2
votes
1answer
312 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 rates. It all ...
2
votes
2answers
5k views

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

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 ...
1
vote
0answers
160 views

iOS: Weather API

I searched if I can use Google weather API for my app but I didn't found a answer; can someone tell me if I can use Google Weather API in my app that I'll upload in app store? If not, where I can find ...
1
vote
1answer
50 views

worldwide Weather API for commercial use? [closed]

I've been googling for weather API and most of them are for non-commercial use or US only. Is there free (or low price) weather API that supports worldwide? Thank you.
1
vote
3answers
342 views

C# Pull XML data from google's weather API

I've been using this code to try and get data from the google weather API, but I never get even close to pulling out what i want. My goal is to look at: <forecast_information> **<city ...
1
vote
2answers
318 views

Get weather update of current location?

What i have: currently my app is returning me the coordinates of my location through gps. What i want: get weather update of the fetched current location.
1
vote
1answer
149 views

I want to get the current weather update of my current location

i want to get the current weather update of my current location in android. the weather update may b in C or F. i dnt want any extended forecast values... flow of my app is like: it gets coodinates ...
1
vote
1answer
120 views

Is there a way to combine the data of google analytics and the weather?

It is easy to combine time data with Google Analytics data, but is there a way to combine temperature or sunshine/rain information with tracking data from Google Analytics for my website? Is there ...
1
vote
2answers
91 views

Simple question from a novice iPhone programmer

I apologize for what I realize is likely a very simple question - I'm very new to programming and what is likely very simple for the majority of you, I've been struggling with for quite a while. ...
1
vote
1answer
72 views

Weather forecast: Direct Link for info in specified location on specified time

I have a calendar web application. In the event detail view I would like to include a link to a weather site, which displays the weather for the event location and the event time. Something like ...
1
vote
1answer
612 views

How to develop a weather application on android Google Map?

I would like to make an Android application using Google Map. Can I show weather report on that map? If it's possible, which services has needed to get the weather report on map? mapView = ...
1
vote
3answers
691 views

to display weather forecast for currentday,next day and day after next day in iphone

Hi i want to create a weather application.My weather application is such that when user clicks on weather tab weather details of the current location should be displayed in table view.For the same ...
1
vote
0answers
56 views

Satellite photograph animation

How can I stitch together a series of archived photos into a continuous view showing several days or weeks of weather data? I am using this website ...

1 2 3