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.
|
This was mentioned: http://www.blindmotion.com/?p=73 though it may not be complete, as it isn't something released by Google. It probably covers about 99% of cases though, barring random enhancements and releases to the weather api by Google staff. |
|||
|
|
|
I found this list which looks more complete than any other that I've seen http://dennisdel.com/content/conditions.xml
EDIT
There is a new one here based on the original list: It removes these from the list
and adds:
Probably wouldn't hurt to use all of them anyway |
||||
|
|
|
That link was broken for me. Here's a list I found on another forum:
|
|||
|
|
Here's the best list I could find: http://www.blindmotion.com/?p=73 You may want to consider alternate APIs that are formally supported and documented. Yahoo!'s Weather RSS feed is a handy, easy-to-use API. I use the National Weather Service's API for one of my projects because I need to pull the forecast for a specific time frame in the future and it lets me do that in a reasonably straightforward way. |
|||||
|
|
I compiled this one, it has everything, and so far I don't think I missed anything.
Source: https://gist.github.com/806934 |
|||
|
|
protected by Community♦ May 3 '12 at 13:43
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.