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

704 questions
83
votes
3 answers

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 finding this data. I really dont want to have to…
Recursion
  • 2,667
  • 6
  • 35
  • 49
38
votes
1 answer

Python Weather API

How do I import weather data into a Python program?
Steven
  • 12,263
  • 24
  • 94
  • 137
29
votes
3 answers

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…
askon
  • 661
  • 2
  • 10
  • 23
24
votes
6 answers

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 Weather API is not official and open for public yet…
WonderBoy
  • 269
  • 1
  • 2
  • 7
18
votes
4 answers

Zip Code Lookup API?

I need an API to give me the zip code of a location when someone enters a location like Los Angeles, California. I have seen many APIs that give you the details by the zip code, but I need the reverse.
Anonymous
  • 351
  • 1
  • 5
  • 16
17
votes
2 answers

Change Android wear weather to Celsius?

How do I change the temperature to 'Celsius' on android weather native app? There is not much around for this particular issue so, I decided to post my own solution.
Marco Ramires
  • 1,076
  • 1
  • 10
  • 19
16
votes
5 answers

"pod install" returns "[!] Unable to find a target"

I just started this tutorial on creating a weather app for ios. Everything was going fine until I typed pod install in the terminal to..well install the pods. The result was: Analyzing dependencies [!] Unable to find a target My "podfile" document…
Owen
  • 161
  • 1
  • 1
  • 4
15
votes
2 answers

Radar Images on Google Maps API

I have been struggling to find a solution for this after numerous searches. I am looking for a web service or API or something that will allow me to fetch smoothed NEXRAD (Weather Radar) data for the United States and display it on a Google Map. I…
user1647725
  • 159
  • 1
  • 3
14
votes
2 answers

How do I use the query parameters in the Dark Sky Forecast API ?(forecast.io)

I'm using the Dark Sky Forecast API to retrieve some weather information. When I read the official doc, I found that the "option" section describes the usage of query parameters. For example, The API request may optionally be modified through the…
Carter Chen
  • 651
  • 1
  • 6
  • 21
12
votes
4 answers

How to get the historical weather for any city with BigQuery?

BigQuery has NOAA's gsod data loaded as a public dataset - starting in 1929: https://www.reddit.com/r/bigquery/comments/2ts9wo/noaa_gsod_weather_data_loaded_into_bigquery/ How can I retrieve the historical data for any city?
Felipe Hoffa
  • 39,978
  • 8
  • 105
  • 241
12
votes
7 answers

How to get weather at current location

Possible duplicate: Get weather update of current location? How can I get the weather in current location from Latitude and Longitude? I'm developing an app, it can update weather at current location. I have googled and found how to use Google API.…
Tuan Vu
  • 5,827
  • 2
  • 12
  • 22
11
votes
1 answer

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 snow are: Appears over everything else shown…
Vilx-
  • 97,629
  • 82
  • 259
  • 398
11
votes
3 answers

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 on the ground, normally rare in December. It's…
Mark Mayo
  • 10,833
  • 11
  • 49
  • 82
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
  • 22,700
  • 56
  • 163
  • 281
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,197
  • 3
  • 14
  • 23
1
2 3
46 47