Questions tagged [weather]

For questions about scientific computing involving weather analysis and/or simulations. Any weather questions on this site should be programming-related.

This tag is for questions about scientific computing involving weather analysis and/or simulations. Appropriate questions for this tag could be:

  • How can I get the current temperature from a US zipcode?

  • What is an appropriate mesh size when interpolating measured air temperature data across a meso-scale weather station network?

  • How can I aggregate hourly wind velocity from a GRIB file to correlate with evaporative cooling?

Using this tag may indicate that you are asking an off-topic question ("What weather service APIs can I use in my application?"), or that you should be using a more specific tag for an API ("How do I get my local forecast from [superweather-api] in JSON format?").

797 questions
11
votes
5 answers

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 ?
xRobot
  • 25,579
  • 69
  • 184
  • 304
11
votes
5 answers

MSN weather API list of conditions?

Microsoft has a weather API very similar to Google's (which now appears to be completely dead). I've converted one of my applications over to their feed, but I've been unable to find a list of all possible weather conditions. This is documented…
Donavon Yelton
  • 1,227
  • 3
  • 15
  • 24
11
votes
6 answers

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…
Sklivvz
  • 30,601
  • 24
  • 116
  • 172
10
votes
1 answer

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?
Basit
  • 16,316
  • 31
  • 93
  • 154
10
votes
1 answer

How does the cloud animation in Weather app work?

I'm building an app in which I'd like to have animations of weather like in the weather app, I mean when it shows the clouds moving and rain falling etc in the background, and also animations like the application CALM when you seen high quality…
Jack Kapow
  • 211
  • 4
  • 9
9
votes
5 answers

United States Weather Radar Data Feed or API?

Is there a government or private API for accessing weather radar data in the United States?
Brian Webster
  • 30,033
  • 48
  • 152
  • 225
8
votes
3 answers

OpenWeatherMap returns incorrect current weather

I'm trying to implement an iphone app and i'm integration OpenWeatherMap to retrieve the current weather. However, I've noticed the data returned is incorrect (off by about 39 degree Fahrenheit). Below is the JSON URL i'm using to retrieve current…
Loc Pham
  • 619
  • 1
  • 6
  • 18
8
votes
2 answers

Find weather using Java

I was wondering if there is a way to find the weather of specific town/city using Java. I have heard of Google Weather API but that has not yielded any results. I also have heard about using an .xml feed for finding the weather but where can I find…
Jeel Shah
  • 3,274
  • 17
  • 47
  • 68
8
votes
1 answer

Google Weather API returning strange new error

I'm using the Google Weather API in an iPhone app, and lately sometimes it has been returning a 403 error, but now it's returning a really funky error saying "Unknown API" no matter what location I enter into it.Example here. Does anybody know…
Roger O'Brien
  • 458
  • 1
  • 5
  • 16
7
votes
3 answers

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 work worldwide and not just in the US. Can…
Spin
  • 93
  • 1
  • 3
7
votes
4 answers

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. They provide a Perl example. I'd use it as a…
Larry K
  • 47,808
  • 15
  • 87
  • 140
7
votes
2 answers

Is the AccuWeather API free for commercial use?

I'd like to know if the AccuWeather API is free for commercial use. If not, how I can use it for commercial purposes? Is there a totally free weather API that I can use for my app?
Meroelyth
  • 5,310
  • 9
  • 42
  • 52
7
votes
5 answers

How to get Yahoo's woeid by location?

// Get woeid by lati/long HttpGet hg = new HttpGet( "http://where.yahooapis.com/geocode?location=" + latlon + "&flags=J&gflags=R)"); HttpClient hc = new DefaultHttpClient(); HttpResponse…
herbertD
  • 10,657
  • 13
  • 50
  • 77
7
votes
2 answers

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…
Feryt
  • 2,262
  • 2
  • 22
  • 32
6
votes
1 answer

Is there a free historic weather data API with Latitude / Longitude support?

I want to extract (free) historic weather data for some countries (more specificaly the provinces / states in some countries) via latitude / longitude and I need the results as a .csv file or pandas data frame. I tried the wrapper for forecast.io /…
constiii
  • 638
  • 3
  • 19
1
2
3
53 54