por mini llamadas inundaciones home hacer google con calentamiento google-api weather-api

google-api - inundaciones - hacer llamadas con google home mini



Lista de todas las posibles "condiciones" API de clima de Google (6)

¿Alguien sabe de todas las condiciones climáticas posibles que pondrá en marcha la API de Google?

Tengo que hacer coincidir mis iconos con el pronóstico y no puedo encontrar una lista de condiciones.


Ese enlace se rompió para mí. Aquí hay una lista que encontré en otro foro:

"Clear Cloudy Fog Haze Light Rain Mostly Cloudy Overcast Partly Cloudy Rain Rain Showers Showers Thunderstorm Chance of Showers Chance of Snow Chance of Storm Mostly Sunny Partly Sunny Scattered Showers Sunny"


Algunos más: niebla, polvo, hielo, humo, aguanieve



He compilado esta, tiene de todo, y hasta ahora no creo haberme perdido nada.

Clear Sunny Partly Sunny Mostly Sunny Scattered Thunderstorms Showers Scattered Showers Rain and Snow Overcast Light Snow Freezing Drizzle Chance of Rain Partly Cloudy Mostly Cloudy Chance of Storm Rain Chance of Snow Cloudy Mist Storm Thunderstorm Chance of TStorm Sleet Snow Icy Dust Fog Smoke Haze Flurries Light Rain Snow Showers Hail

Fuente: https://gist.github.com/806934


Esto fue mencionado: http://www.blindmotion.com/?p=73 aunque puede no estar completo, ya que no es algo publicado por Google. Sin embargo, probablemente cubre aproximadamente el 99% de los casos, salvo las mejoras y liberaciones aleatorias a la API climática por parte del personal de Google.

EDITAR:

blindmotion.com aparece abajo, el archivo de internet tiene el contenido de la página: http://web.archive.org/web/20111001141159/http://www.blindmotion.com/2009/03/google-weather-api-images / . (Nota, desde 2009)

https://gist.github.com/bzerangue/806934 (por Vijay, enumerado en las respuestas a continuación) es probablemente una lista más actualizada


Encontré esta lista que se ve más completa que cualquier otra que haya visto

http://dennisdel.com/content/conditions.xml ( NO DISPONIBLE ANYMORE (ene 2016) )

<conditions> <type>PARTLY SUNNY</type> <type>SCATTERED THUNDERSTORMS</type> <type>SHOWERS</type> <type>SCATTERED SHOWERS</type> <type>RAIN AND SNOW</type> <type>OVERCAST</type> <type>LIGHT SNOW</type> <type>FREEZING DRIZZLE</type> <type>CHANCE OF RAIN</type> <type>SUNNY</type> <type>CLEAR</type> <type>MOSTLY SUNNY</type> <type>PARTLY CLOUDY</type> <type>MOSTLY CLOUDY</type> <type>CHANCE OF STORM</type> <type>RAIN</type> <type>CHANCE OF SNOW</type> <type>CLOUDY</type> <type>MIST</type> <type>STORM</type> <type>THUNDERSTORM</type> <type>CHANCE OF TSTORM</type> <type>SLEET</type> <type>SNOW</type> <type>ICY</type> <type>DUST</type> <type>FOG</type> <type>SMOKE</type> <type>HAZE</type> <type>FLURRIES</type> <type>LIGHT RAIN</type> <type>SNOW SHOWERS</type> <type>ICE/SNOW</type> <type>WINDY</type> <type>SCATTERED SNOW SHOWERS</type> </conditions>

EDITAR Aquí hay uno nuevo basado en la lista original:
https://gist.github.com/806934

Elimina estos de la lista

<type>ICE/SNOW</type> <type>WINDY</type> <type>SCATTERED SNOW SHOWERS</type>

y agrega:

<type>HAIL</type>

Probablemente no estaría de más usar todos ellos de todos modos