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
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,915
  • 8
  • 38
  • 51
40
votes
1 answer

Python Weather API

How do I import weather data into a Python program?
Steven
  • 13,501
  • 27
  • 102
  • 146
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
  • 671
  • 2
  • 10
  • 24
25
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
  • 279
  • 1
  • 3
  • 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
18
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
  • 181
  • 1
  • 1
  • 4
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,116
  • 1
  • 10
  • 19
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
5 answers

Current Observation feed from weather.gov forbidden (403)

Weather.gov Current Observation feeds have suddenly begun to fail for all requests from an HTTPClient, and likewise I've observed that many websites across the internet that use AJAX to make calls to weather.gov are also failing. The result of all…
Jim Speaker
  • 1,303
  • 10
  • 28
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
  • 792
  • 1
  • 8
  • 22
12
votes
3 answers

How to use BOM Api for weather, tide and swell

I have lot of search on the BOM api of Australia. There is no easy way to get the weather details like wind, temp, humidity etc. They provide data in by ftp in .xml format. There is no json format at all. Some where they provide the data in json…
user3249432
  • 181
  • 1
  • 1
  • 11
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
  • 54,922
  • 16
  • 151
  • 325
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
  • 6,397
  • 2
  • 14
  • 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-
  • 104,512
  • 87
  • 279
  • 422
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
  • 12,230
  • 12
  • 54
  • 85
1
2 3
53 54