Questions tagged [weather-api]

An API dedicated to weather forecasts

An API dedicated to weather forecasts


Related tags

568 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
49
votes
6 answers

How do I calculate the temperature in celsius returned in openweathermap.org JSON?

I'm getting the weather for a city using openweathermap.org. The jsonp call is working and everything is fine but the resulting object contains the temperature in an unknown unit: { //... "main": { "temp": 290.38, // What unit of…
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
  • 792
  • 1
  • 8
  • 22
13
votes
6 answers

List of all possible Google weather API "Conditions"

Anyone know of all the possible weather conditions Google's API will put out? I've got to match up my icons to the forecast, and I can't find a list of conditions.
Howard Zoopaloopa
  • 3,798
  • 14
  • 48
  • 87
12
votes
9 answers

Using OpenWeatherMap API gives 401 error

I'm trying to get the weather data for London in JSON but I am getting HTTPError: HTTP Error 401: Unauthorized. How do I get the API working? import urllib2 url =…
hky404
  • 1,039
  • 3
  • 17
  • 35
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
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
10
votes
2 answers

How to use the NOAA API to query past weather data for a given set of coordinates

I am trying to retrieve past NOAA data using latitudinal and longitudinal coordinates. I am interested both in historical time series and annual summaries for variables such as temperature, wind speed, cloud fraction, and precipitation. EX:…
user1481941
  • 131
  • 1
  • 1
  • 6
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
9
votes
3 answers

Historical weather data from NOAA

I am working on a data mining project and I would like to gather historical weather data. I am able to get historical data through the web interface that they provide at http://www.ncdc.noaa.gov/cdo-web/search. But I would like to access this data…
azrosen92
  • 8,357
  • 4
  • 26
  • 45
8
votes
2 answers

How can i integrate Radar Overlay on MapView?

I want to Integrate Weather radar on my MapView.Please anyone help on doing this task.I have done so many googling but not get succeed.Please check this image i wanted to do like this.
Ankit Vyas
  • 7,507
  • 13
  • 56
  • 89
8
votes
2 answers

Cannot resolve symbol c882c94be45fff9d16a1cf845fc16ec5

I am a new developer exploring the world of Android. I am currently working through the Udacity tutorials for creating the Sunshine app. In the fragment activity class in order to get data from openweathermap I must add the API key I got from my…
Kevin Rajan
  • 827
  • 8
  • 28
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
1
2 3
37 38