up vote 5 down vote favorite
4
share [g+] share [fb]

I am looking for a web weather service in the United States that will allow links to be created with the latitude and longitude. Ideally it would show the radar imagery for that location, but just a simple "Sunny, 78F" would suffice as well.

Any ideas?

link|improve this question

75% accept rate
feedback

5 Answers

You can use http://weather.service.msn.com/data.aspx?src=vista&weadegreetype=C&culture=en-US&wealocations={0}

To find the location, look for the "wealocations" argument in http://weather.msn.com/.

For Paris (France): http://weather.service.msn.com/data.aspx?src=vista&weadegreetype=C&culture=en-US&wealocations=wc:FRXX0076

Edit:
To find a location, try http://weather.service.msn.com/find.aspx?outputview=search&weasearchstr={0}. You'll get results as XML.
To search for Paris: http://weather.service.msn.com/find.aspx?outputview=search&weasearchstr=paris

link|improve this answer
hi Nico,Is there a way to search the locations? For example instead of supplying wealocations=wc;FRXX0076 in the query string, i want the user to be able to search, i.e the user should be able to directly give paris, france and the application should return the weather info? – Faiz Dec 27 '10 at 9:26
Updated to answer your question. – Nico Dec 28 '10 at 10:24
feedback

Sounds like the National Digital Forcast Database is what you want.

link|improve this answer
feedback

If you can accept data from airports you could check out:

METAR or TAF, which many desktop-applets use to gather weather information. In general, if you dig a little, there are many expositions of this kind of information.

link|improve this answer
feedback

Is this what you are looking for?

link|improve this answer
feedback

Another idea if you fancy a challenge would be to use just a normal weather website that has the location in the address and then write something to scrape the information you want from the page.

J

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.