DO NOT USE THIS TAG. This tag is an indication 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?").

learn more… | top users | synonyms

-2
votes
0answers
11 views

How do I implent A simple weather temperature [closed]

Where you just enter in the zip code (or yahoo code) and you can style it with css. Would be greatly appreciated!
1
vote
0answers
20 views

Bloomberg weather data

We have a Bloomberg (BBG) Data License Subscription and want to include weather data into our application. However, we just found out that while they have current weather data, no weather data history ...
-7
votes
0answers
98 views

How to create android weather widget? [closed]

I want to create a weather widget for android.Can someone help me to start it?I read bacisc about widget on android.But I can't find any more information how to create weather widget.Thanks
0
votes
0answers
9 views

yahoo weather request query for hourly

if we click here Link in the page just click hourly below weather images . We can see hourly report of the weather. I want to know how can we request as forecast rss query just like ...
0
votes
2answers
64 views

How to use JSON for an iPhone app?

I am trying to make an weather app, I found a great JSON weather API online. I am using NSData * data = [NSData dataWithContentsOfURL: [NSURL URLWithString: absoluteURL]]; NSError * error; ...
0
votes
0answers
25 views

Google maps weather layer custom days and city selected

I was wondering if I can change the days displayed from Mon Tue Wed to anyother name I desire. Furthermore is there a way in which there would be a default city selected? I mean when you click on a ...
1
vote
1answer
95 views

How do I make a call to the Yahoo hourly weather forecast API?

I have found yahoo weather forcast most helpful. I'm able to get an hourly weather request here from Yahoo. How can I make an API request for the above hourly weather report using an Yahoo API call ...
0
votes
1answer
39 views

In extjs How to change URL to set city name dynamically

I am working in extjs. I am working on finding of weather information functionality of given city. So in extjs4 controller i have code as- getWeather : function() { $obj = 'pune'; ...
0
votes
1answer
39 views

If (set of conditions) do this, if (set of conditions) do this, if (set of conditions) do this. What?

So, I'm building a weather website, and I use Wunderground's API. In the AJAX XML dump, the value for "icon" seems to be the way to go. This response will dynamically change the CSS on the page. I ...
1
vote
1answer
136 views

How do I get current weather conditions using the Yahoo Weather API and the Lat and Longitude of my iPad? [duplicate]

I have searched google and stackoverflow many times, but I can't seem to find the answer. I am needing to get the current weather for my location using the yahoo api. Please don't suggest other apis ...
2
votes
3answers
101 views

What is a programmatic representation of the wind-chill formula?

I'm trying to determine wind chill in metric. I found some good information from the BBC (where it's known as the "Feels Like temperature"), but I can't quite figure out how to convert it to C code. ...
6
votes
1answer
520 views

Free Weather API for “current weather” now Yahoo!'s gone paid [duplicate]

I have a free Android app which displays a clock and the current local weather. It's simple, lightweight and quite popular (>40,000 active installs). Until now I've been using Yahoo! API's to lookup ...
0
votes
1answer
248 views

how to implement weather API

Hi i want to implement weather feature in one of my app. so for this i need to use weather API.so can anyone suggest me which weather API and also tutorial how to implement this using jquery Mobile. ...
0
votes
1answer
63 views

NOAA hourly data with python

Are there any python programs which will grab detailed data from NOAA, particularly the hourly data and the 7-day day/night forecasts? I found python-weather-api, python-weather, and python-noaa. ...
1
vote
2answers
254 views

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 ...
0
votes
0answers
87 views

Weather API with 5 Day+ 'Feels Like' info for Commerical Use [closed]

I have been looking for hours for a weather API to use in an iPhone / Android app that I am building. I found the following post: Best Weather APIs free for commercial use? However, my requirements ...
0
votes
1answer
209 views

Google Maps API check if a location has weather information

In Google Maps API v3 is it possible checking if weather data is available for a specified location? I mean the weather icon, clicking on which the tooltip popups showing forecasts for the next days. ...
0
votes
3answers
102 views

How to integrate jquery code in extjs4

I am working in extjs.I want to find weather of specific city. i got reference from"http://api.wunderground.com/api/4ab310c7d75542f3/geolookup/conditions/q/IA/pune.json". Its giving all information ...
0
votes
1answer
105 views

xmlhttprequest GET in javascript does not give response

I am trying to consume the weather web service provided by wsf.cdyne.com/WeatherWS/Weather.asmx. I am sure that I can get a response in XML format by using the uri " ...
0
votes
2answers
91 views

Consuming web weather service in javascript

I would like to use javascript to consume the web weather service provided by cdyne. This is my code: <html> <head> <title>weather app</title> </head> ...
2
votes
3answers
706 views

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 ...
0
votes
0answers
35 views

Australia Programatically access weather info

I am looking for web weather service in Australia to get weather data for a location in Australia. Now we are using MSN Webs Service (weather.service.msn.com) but users are complaining about the data ...
0
votes
2answers
49 views

how to get weather report from a picture in android

When My app Starts it should on The Camera and when the user captures the picture my application should able to say the weather information with the help of that picture.i.e the picture taken by the ...
0
votes
3answers
87 views

Looking for a Weather API similar to Yahoo?

I'm looking for a weather API similar to Yahoo's in that it can deliver the weather in weather codes via xml. I've been using WunderWeather's, but they provide a massive amount of information, but ...
0
votes
1answer
237 views

Yahoo Weather forecast xml

I am having problems parsing Yahoo's weather api with javascript. I have everything working, but I can't figure out how to get the data for multiple days. I can get the first one, but don't know how ...
0
votes
1answer
261 views

Simple Weather API Current Temperature Not Working

I'm new to JavaScript and jquery... I have been trying to write a simple piece of code to alert the current temperature using a weather api. Here's what I've got so far: <script ...
0
votes
1answer
85 views

How to meaningfully extract information from a JSON reply? [duplicate]

Reply for Mumbai, India { "response": { "version": "0.1" "termsofService": "http://www.wunderground.com/weather/api/d/terms.html" "features": { "geolookup": 1 ...
0
votes
1answer
207 views

Reading a JSON reply from WeatherUnderground

package test; import java.net.*; import java.io.*; import com.google.gson.*; import com.google.gson.stream.JsonReader; public class TestGson { URL callToApi; ...
0
votes
1answer
217 views

Using the Weather Underground API for retrieving weather info

First of all, is it possible to use the API in a Java application ? The code examples do not list Java. Anyways, I was wondering if it was possible to combine GeoIP geolocation and Weather ...
-1
votes
1answer
171 views

Creating a weather app in Java [closed]

I want to create a weather app in Java, just for fun. I know how to use the GeoIP database by MaxMinds to map IP to location. I was planning on using this to auto-detect a user's location and ...
1
vote
0answers
223 views

How to use d3.js and .csv to draw a (daily, weekly, monthly, yearly) weather chart

Good morning! I'm looking for a way to visualise the data from my weather station with d3.js. I'm collecting daily, weekly, monthly and yearly .csv-files like this: ...
1
vote
1answer
163 views

Google weather library

I'm using Google library time showing it on the map. The problem I have is that the first window that displays is very small and you have to scroll. How do I control the size of this window? Second, ...
0
votes
0answers
193 views

Retrieve value using Weather API in java class

I am creating an application that provides a 7days weather forecasts of a city. It's GUI based app where a user enters the city and the app displays the forecast. I am using openweathermap API to get ...
-2
votes
1answer
41 views

Does Anyone know of a Canadian Weather data provider? [closed]

I'm looking for a weather data provider for Canada that is similar to Noaa's NDFD SOAP Service. (i.e. a real-time weather data for Canada) I am aware of ...
-2
votes
1answer
371 views

Weather API/Widget [closed]

I am developing a website and am looking for an easy piece of code that I can add to a webpage that will display the weather for today and also for the next 5 days for a given location (Wellington, ...
1
vote
1answer
158 views

kmlLayer causing focus to change (google map api v3)

I'm layering NOAA radar information over a map with a focus of 8. When the page loads, the map initially renders at 8, then immediately redraws itself to show an entire region. The KML file I'm ...
1
vote
0answers
273 views

Layering radar with Google Map API v3

The default weather API for Google Maps API v3 is nice, but I need an actual radar loop. I found an example of layering a KML file onto an existing map: <script language=JavaScript ...
0
votes
1answer
106 views

Link time-layout element to parameter in NDFD REST API

I just started to look into the NDFD REST service to get weather data. In short, I don't know how to link a specific parameter to the time-layout element in the return XML. Example call: ...
0
votes
0answers
25 views

Error while using NOAAweather extension

I am working in yii framework. i am trying to get weather information in function by using NOAAweather extension. i had included code in main.php as- 'params'=>array( 'noaaWeather.cachePath' ...
0
votes
1answer
91 views

How to display weather related information?

I am working in Yii-php framework. I am creating function which will retrive weather related information from some weather websites suppose weather.com So in Yii, how to receive weather related ...
-2
votes
1answer
128 views

weather forecast program from a static url [closed]

I am working on a weather forecast program and information is given from a static URL. I have to obtain the list of cities with and their condition. How can i start a thread that will fetch the data ...
1
vote
1answer
238 views

Weather Forecast program

I am working on a project "Weather forecast" and information is given from this static URL. I have to obtain the list of cities with their conditions. For example, when I type Tokyo, it should display ...
3
votes
1answer
241 views

Python openweather, json - get weather by city name - how can I say that the city is incorrrect?

I found and modified simple code to get weather condition in Python using openweather and json format. But I have a problem - how can I say that the city is incorrect? I mean even if I pass a wrong, ...
-2
votes
1answer
184 views

IPhone Weather Application [closed]

I want to make a weather forecasting app. which API should i use to predict wind speed for today, i heard people saying yahoo api cannot be used and apple can reject your app? If there any good ...
-3
votes
1answer
290 views

Getting weather conditions using Python - I'm confused by JSON format [closed]

I wrote a veeery simple script, where I can download the weather forecast for a specific city (for example, London). It downloads the weather for 7 days from today but I'm confused with this JSON ...
0
votes
0answers
87 views

Where do magicseaweed and Windguru get XML weather data?

I am building a site and need wind and wave data. Does anyone know where magicseaweed and Windguru get there's from?
-5
votes
1answer
152 views

Where can I find a JSON or XML weather api for website [closed]

Where can I find a JSON or XML weather api for website, who is shows more then one day? And how to parse that website-is there any parser who is work that job?
0
votes
2answers
98 views

Is there a documentation on how to use weather overlay from noaa.gov?

I am trying to add a weather overlay to my maps , the tile images on Noaa.gov are what i want but i couldn't find any documentation on how to construct url to consume & arrange tiles of overlays ...
0
votes
1answer
136 views

javascript xpcom component to download weather underground weather data

I am building a javascript component for Firefox that will take in a zip code, and will return the current weather conditions. The sample code that weather underground uses jQuery, but as I ...
0
votes
0answers
81 views

Where to download user friendly weather radar? [closed]

I am designing an app with weather radar. I currently use NOAA's weather radar which is quite easy to download. While it seems to be the most accurate radar, I am looking for a more user friendly ...

1 2 3 4 5 6