Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
5answers
10k views

Free Weather API

Are there any free weather APIs for displaying weather in the iPhone application.
11
votes
4answers
3k views

Best Weather APIs free for commercial use?

What weather services have free APIs for commercial use? Out of the handful or so, which ones are easiest to tie into? Do they use "raw" HTTP requests or web services? Are there wrapper APIs for Java, ...
8
votes
5answers
10k views

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.
6
votes
1answer
457 views

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 ...
5
votes
6answers
942 views

Is there a weather API that is free for commercial use in an iPhone application?

I am looking for a Weather API which is free to use for commercial use. Does anyone have any experience of using any? I signed up for worldweatheronline.com however, received no email. I cant seem ...
5
votes
2answers
986 views

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 ?
5
votes
2answers
3k views

NOAA web service for current weather

I want to get the current weather conditions from the NOAA. I know they have a SOAP web service that can be used to get weather forecasts and XML files for current weather conditions for each of ...
3
votes
3answers
498 views

Web service to get weather

I need a SOAP web service to provide me the current weather for the given city. I have checked NOAA, but seems it doesn't work. At least I have tried it with wcftestclient. Who have done something ...
3
votes
2answers
929 views

Free Weather API for Company Websites

I am looking for a Weather API Provider for a company web site that is free of charge. Google API is unofficial, Yahoo and Wetter.com are for personal Websites only, so they don't fit my needs.
3
votes
4answers
557 views

Is there a Ruby client for the US National Weather Service data?

The only US weather data that is available free for commercial use is the US National Weather Service. I'd like to use it. Is there a Ruby/Rails library for accessing it? Perl would also be helpful. ...
2
votes
1answer
139 views

Get local weather with only client-side script

I am making a JavaScript app which shows the weather of several places. Using the Yahoo Weather API, I easily get the data for several locations by manually giving WOEID. However I also want to get ...
2
votes
1answer
292 views

Step by step weather API tutorial

Where can I find a good step by step tutorial about some api weather implementation? I´m really new in this, so official documentation is not always as clear as I need to begin to understand.
2
votes
2answers
635 views

Yahoo! Weather XML Feed allowed to be used in iPhone App?

Hey everyone, I'm quite confused when it comes to the legal side of using something like the Yahoo! Weather feed inside my iPhone App. To be clear, I don't want to actually show any of the info the ...
2
votes
2answers
440 views

United States Weather Radar Data Feed or API?

Is there a government or private API for accessing weather radar data in the United States?
2
votes
4answers
2k views

International weather API (PHP)

I'm looking for the best (free/cheap) international weather PHP API out there. Any suggestions?
2
votes
3answers
487 views

Is there any API that provides weather information in XML?

I was wondering if there is an API that provides weather information in XML format, providing only City and Country. It's even better if it has a way to return results based on IP Address.
2
votes
2answers
446 views

JQuery Plugin Help

I'm trying to develop a JQuery plug-in that will access an outside XML feed and display the results. Here is what I have so far: HTML Header Include <script language="javascript" ...
1
vote
1answer
88 views

Google Weather API temperature conversion

Google weather API shows temperature in Fahrenheit. After watching this post, I was able to convert temperature from F to C. However, it shows like 17.222222222222° C - 28.888888888889° C, Clear. ...
1
vote
2answers
70 views

iPhone: Weather report APIs library

I am planning to add weather report for selected country->state->city, for daily, weekly, monthly averages. I have googled it and also went through couple of discussion on stackoverflow threads and I ...
1
vote
2answers
421 views

Parse Weather Forecast Data (from the NDFD) in c#

I am using > http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl webservice to get the weather detials by calling GmlTimeSeries webmethod. Now I just want to read temparature, weather icon ...
1
vote
2answers
506 views

Forecast weather

I use Google api for read weather and i learn it from this post but now i want to forecast weather for 2 days does anybody have any idea about it ?
1
vote
1answer
407 views

Enumerating NOAA weather conditions?

I am trying to use the NOAA API for current weather conditions observations and don't know if there is an enumerated list of all the possible weather conditions that they can generate. As an example ...
1
vote
1answer
119 views

Possible values in the National Weather Service Alert Feeds

Has anyone been able to find documentation that has the possible values of the CAP fields in the national weather service alert feeds (sample: http://www.weather.gov/alerts-beta/tn.php?x=0 )? It ...
1
vote
3answers
2k views

Where can I find a JSON weather api for an iphone app?

most of the ones i've found use xml, and id rather just use the JSON objective c source code. Any suggestions? i have seen this: http://stackoverflow.com/questions/507441/best-weather-apis
1
vote
0answers
169 views

How should this be done? (returing a collection of values)

I am writing a weather API to connect to the NOAA's XML METARS in C# NETMF. Before, this API was written in PHP, where I was able to use an associative array to return the weather parameters. For ...
0
votes
4answers
38 views

How to insert this alert info into a div

Hi i have this jQuery ajax code <script type="text/javascript"> jQuery(document).ready(function($) { $.ajax({ url: ...
0
votes
2answers
72 views

Whats the easiest way to create a weather-forecast?

Im developing an web app. Here I created a popup-window in JavaScript. Now I like to create inside this window a weather-forecast. What is the easiest way to do this? I did it like here: Get weather ...
0
votes
2answers
63 views

Weather web API

What is the best web API for getting weaher information for any city in the world? I need the hourly weather forecast and time of sunlight information. And I will request the information using the ...
0
votes
1answer
135 views

Wunderground API json lookup on iPhone

Never touched json before. I'm trying to access some variables within the Wunderground weather API for Melbourne. For example, let's say I want to access the "wind_dir":"East" variable. This is my ...
0
votes
0answers
61 views

National Digital Forecast Database (NDFD) webservice in iphone weather

I am building an iphone app that needs to have a weather plugin. Since, i need to embed some specific data like relative humidity and soil temperature, i need to use a more specific weather api than ...
0
votes
0answers
44 views

Weather forecast API changes sitename to blank

I am working on a project portal in SharePoint. Here i have used an open API weather forecast on the front page. In this weather forecast you can choose between 8 cities where the user gets the ...
0
votes
0answers
93 views

How to use Google weather API to get Chinese language weather infomation

I used the below method to get weather information but the feed words are in English. I want the information returned as Chinese words so I can easily use them! NSData *data = [NSData ...
0
votes
1answer
134 views

How to parse XML data when it returns two different categories depending on data entered?

I am trying to get weather information for an iPhone application. If I enter a 5 digit zipcode, the code is working. However, I want to make sure that if the user does not enter a valid city or zip ...
0
votes
1answer
99 views

Yahoo weather api is it only for United State's cities!??

I'm able to find weather report of cities of US and I want to extend it for the cities in India. It will be still better if I could do it for all the cities in the world. This is the code i was using. ...
0
votes
1answer
130 views

how to consider latitude and longitude of a location from googleapis

I am using "http://maps.googleapis.com/maps/api/geocode/xml?address="+address+"&sensor=true" to get the latitude and longitude of a location. From this I am getting response like below: ...
0
votes
0answers
165 views

Get data from National Digital Forecast Database in c#

I am using Forecast_Gml2Point function of National Digital Forecast Database webservice to get temparature, weatherphrase, weatherIcon and DateTime. Actually I got the details of temparature, weather ...
0
votes
1answer
622 views

Including Weather Information, iPhone App, Weather API

I am not sure if what I want to do is possible, as i am fairly new to this. I have signed up for a Free API account with WorldWeatherOnline.com which allows usage of free and commercial use. What I ...
0
votes
1answer
92 views

Weather Gadget for Intranet solution

We have a need to build a weather gadget for intranet portal. The key ones would be ability to provide flexibility for the user to select up to 5 cities, ability to provide to see the temperature in ...
0
votes
1answer
217 views

How to get weather for time and place?

There are a number of widgets that allow pre-set address and give the current forecast, but I have a different requirement. I need to send a date and an address, and get the currently predicted ...
0
votes
1answer
130 views

past weather service

Is there any service which gives weather data from past date? I have tried wunderground.com but the problem is that for past dates it returns you weather reports from the nearest airport and not the ...
0
votes
3answers
131 views

Weather API - Provides “About to…” Information?

I'm looking for a weather API which has information on what the weather is "About to do..." (within as short a time as possible). For instance, I could put in Mountain View, CA and retrieve: "About ...
0
votes
1answer
146 views

Are there any websites providing free news, weather, photos APIs for using this data commercially

I want to build a service which needs to get this data from some source for further analysis. Does Google, Yahoo or someone else provides free access to this data for use in other websites using some ...
0
votes
2answers
203 views

What's the simplest way to obtain the current weather and forecast for an iPhone app?

Using iOS 4, what's the quickest way to obtain the user's current location (assuming they grant it to you) and use it to obtain the current weather conditions and forecast? I'm mainly interested in ...
0
votes
1answer
2k views

Get weather from Yahoo with jQuery

I'm using the Google API to get a user's location on this site. How would I go about getting the weather for that user from Yahoo or somewhere? UPDATE: Ok so I'm going with Yahoo, but I've never done ...
0
votes
2answers
83 views

what is hectoPascAltimeter

what is hectoPascAltimeter, is it air pressure in mbars? check http://ws.geonames.org/findNearByWeatherXML?lat=43&lng=-2
0
votes
2answers
126 views

Snowfall weather api

Hi does anyone know of a snowfall / chance of snow weather api for the UK. I don't mean ski resorts but the actual chance of snow for any location. Thanks
-4
votes
2answers
111 views

How can i implement for search weather city [closed]

I want to search city name then show city name and temperture in listview automatic Thank you in advance
-5
votes
1answer
58 views

Open source weather api for profit iOs app? [closed]

Have to use a weather api for a profit org app. Is there any api avail for free?