Source: Openweathermap.org
Name | Description | Inputs (ordered) |
Output (only one) |
---|---|---|---|
This function returns the current weather data for a given city in a country
Example: =Ignite("openweathermap.org","city_weather","weather","London","UK") |
city
country_code
|
weather wind_speed wind_speed_number wind_direction temperature_min temperature_max temperature_unit sun_rise_time sun_set_time humidity humidity_unit pressure pressure_unit | |
This function returns the current weather data for a given zip code in a country
Example: =Ignite("openweathermap.org","zip_weather","weather","94040","US") |
zip
country_code
|
weather wind_speed wind_speed_number wind_direction temperature_min temperature_max temperature_unit sun_rise_time sun_set_time humidity humidity_unit pressure pressure_unit |
Examples:
A | B | C (Forumla) | D (Output) | |
---|---|---|---|---|
1 | London | UK | =Ignite("openweathermap.org","city_weather","weather",A1, B1) | Sky is Clear |
2 | London | UK | =Ignite("openweathermap.org","city_weather","wind_speed",A2, B2) | Gentle Breeze |
3 | London | UK | =Ignite("openweathermap.org","city_weather","wind_speed_number",A3, B3> | 4.11 |
4 | London | UK | =Ignite("openweathermap.org","city_weather","wind_direction",A4, B4) | NorthEast |
5 | London | UK | =Ignite("openweathermap.org","city_weather","temperature_min",A5, B5) | 278.571 |
6 | 94040 | US | =Ignite("openweathermap.org","zip_weather","temperature_max",A6, B6) | 282.691 |
7 | 94040 | US | =Ignite("openweathermap.org","zip_weather","temperature_unit",A7, B7) | kelvin |
8 | 94040 | US | =Ignite("openweathermap.org","zip_weather","sun_rise_time",A8, B8) | 2015-04-18T13:28:39 |
9 | 94040 | US | =Ignite("openweathermap.org","zip_weather","sun_set_time",A9, B9) | 2015-04-19T02:46:30 |
10 | 94040 | US | =Ignite("openweathermap.org","zip_weather","humidity",A10, B10) | 81 |
11 | 94040 | US | =Ignite("openweathermap.org","zip_weather","pressure",A11, B11) | 993.38 |
12 | 94040 | US | =Ignite("openweathermap.org","zip_weather","pressure_unit",A12, B12) | hPa |