weather-api Questions
7
Solved
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...
Sennar asked 20/10, 2013 at 12:30
11
Solved
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 = "http://api.openweathermap.org/da...
Mead asked 12/10, 2015 at 23:48
3
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/cd...
Mendacious asked 14/11, 2013 at 13:19
4
I'm using the Open Weather Map API for weather forecast.
Current available version is 2.5
Here is a snippet of XML
...
<time day="2013-09-07">
<symbol number="500" name...
Rooker asked 7/9, 2013 at 22:20
2
Solved
I have prepared a simplified test case and a screenshot.
I think I'm missing a tiny bit, just few lines of code.
I have 2 overlays (the weather and clouds) in my JavaScript Google Map and would l...
Controversial asked 25/4, 2012 at 14:59
1
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 panda...
Xylene asked 7/11, 2018 at 9:30
3
Solved
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).
...
Tarnation asked 7/8, 2014 at 19:11
2
Since Apple bought Dark Sky, What are some replacement option API serves that I/Others can use to develop with. Would need History, Daily, Now, and Forecast...
If this belongs on StackExcha...
Rem asked 3/4, 2020 at 16:50
5
Solved
I had been using the following google weather api in my iPhone apps to get 4 day weather forecast.
NSString *address = @"http://www.google.com/ig/api?weather=Chicago";
NSString *request = [NSStr...
Bike asked 27/8, 2012 at 16:25
1
Solved
Hello I am trying to display the mars weather from the Mars Insight API. The issue that is occurring is that the data is returning in JSON format and has three levels API Documentation. I can pull ...
Snood asked 9/10, 2019 at 1:11
5
Solved
Is there a government or private API for accessing weather radar data in the United States?
Championship asked 29/6, 2010 at 16:56
2
Solved
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,
...
Archil asked 5/9, 2015 at 13:48
2
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 sp...
Sofar asked 16/9, 2013 at 13:9
3
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 sno...
Coalesce asked 22/12, 2010 at 16:6
5
Solved
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 ...
Marylnmarylou asked 27/8, 2012 at 12:35
2
Solved
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 ope...
Roussillon asked 27/10, 2015 at 10:37
1
Solved
I am trying to create a weather app with OpenWeatherMap API for javascript. The code for my web app is :
<!DOCTYPE html>
<html>
<head>
<title>Weather</title>
<...
Assembled asked 15/8, 2015 at 7:53
5
Solved
What is the best way to get current weather via API ?
Could you make some example with this API ?
Naif asked 3/9, 2010 at 22:50
2
Solved
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 .xm...
Kendallkendell asked 17/9, 2012 at 14:44
2
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?
Sponson asked 1/7, 2013 at 14:31
1
Solved
I'm having some trouble creating a complete application using an API, specifically the Forecast.io weather api. For simplicity, I've put my JS directly in my HTML page. For this basic version, I wo...
Aldrich asked 8/8, 2013 at 17:56
2
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...
Sequacious asked 5/9, 2012 at 2:2
2
Solved
The following code work well before:
class RetreiveWeatherTask extends AsyncTask<Bundle, Void, WeatherData> {
private static final String TAG = "WeatherManager";
@Override
protected Wea...
Ovate asked 27/8, 2012 at 10:1
1
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 loca...
Wormhole asked 27/8, 2012 at 9:40
6
Solved
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.
Gambill asked 14/10, 2009 at 1:54
1 Next >
© 2022 - 2024 — McMap. All rights reserved.