-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathowm_conditions.json
74 lines (74 loc) · 3.74 KB
/
owm_conditions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"200":"['thunderstorm with light rain',':thunder_cloud_and_rain:']",
"201":"['thunderstorm with rain',':thunder_cloud_and_rain::umbrella_with_rain_drops:']",
"202":"['thunderstorm with heavy rain',':thunder_cloud_and_rain::shower:']",
"210":"['light thunderstorm',':thunder_cloud_and_rain:']",
"211":"['thunderstorm',':thunder_cloud_and_rain:']",
"212":"['heavy thunderstorm',':thunder_cloud_and_rain::zap:']",
"221":"['ragged thunderstorm',':thunder_cloud_and_rain:']",
"230":"['thunderstorm with light drizzle',':thunder_cloud_and_rain:']",
"231":"['thunderstorm with drizzle',':thunder_cloud_and_rain:']",
"232":"['thunderstorm with heavy drizzle',':thunder_cloud_and_rain:']",
"300":"['light intensity drizzle',':rain_cloud::closed_umbrella:']",
"301":"['drizzle',':rain_cloud:']",
"302":"['heavy intensity drizzle',':rain_cloud::umbrella_with_rain_drops:']",
"310":"['light intensity drizzle rain',':rain_cloud::closed_umbrella:']",
"311":"['drizzle rain',':rain_cloud::closed_umbrella:']",
"312":"['heavy intensity drizzle rain',':rain_cloud::umbrella:']",
"313":"['shower rain and drizzle',':rain_cloud:']",
"314":"['heavy shower rain and drizzle',':rain_cloud::umbrella_with_rain_drops:']",
"321":"['shower drizzle',':rain_cloud:']",
"500":"['light rain',':rain_cloud:']",
"501":"['moderate rain',':rain_cloud:']",
"502":"['heavy intensity rain',':rain_cloud::umbrella_with_rain_drops:']",
"503":"['very heavy rain',':rain_cloud::umbrella_with_rain_drops::cold_sweat:']",
"504":"['extreme rain',':rain_cloud::flushed::surfer:']",
"511":"['freezing rain',':rain_cloud::snowflake:']",
"520":"['light intensity shower rain',':rain_cloud:']",
"521":"['shower rain',':rain_cloud:']",
"522":"['heavy intensity shower rain',':rain_cloud:']",
"531":"['ragged shower rain',':rain_cloud::wind_blowing_face:']",
"601":"['snow',':snowman:']",
"602":"['heavy snow',':snowman::ski:']",
"611":"['sleet',':snowflake::rain_cloud:']",
"612":"['shower sleet',':snowflake::rain_cloud::droplet:']",
"615":"['light rain and snow',':snowflake::rain_cloud:']",
"616":"['rain and snow',':snowflake::rain_cloud:']",
"620":"['light shower snow',':snowflake::rain_cloud:']",
"621":"['shower snow',':snowflake::rain_cloud:']",
"622":"['heavy shower snow',':snowflake::rain_cloud::pray:']",
"701":"['mist',':fog:']",
"711":"['smoke',':fire::cloud:']",
"721":"['haze',':fog:']",
"731":"['sand, dust whirls',':mask:']",
"741":"['fog',':fog:']",
"751":"['sand',':mask:']",
"761":"['dust',':mask:']",
"762":"['volcanic ash',':volcano::mask:']",
"771":"['squalls',':dash:']",
"781":"['tornado',':tornado:']",
"800":"['clear sky',':sunny:']",
"801":"['few clouds',':mostly_sunny:']",
"802":"['scattered clouds',':mostly_sunny::wind_blowing_face:']",
"803":"['broken clouds',':partly_sunny:']",
"804":"['overcast clouds',':barely_sunny:']",
"900":"['tornado',':tornado:']",
"901":"['tropical storm',':thunder_cloud_and_rain::astonished:']",
"902":"['hurricane',':rain_cloud::dash:']",
"903":"['cold',':snowflake:']",
"904":"['hot',':sunny::fire:']",
"905":"['windy',':wind_blowing_face:']",
"906":"['hail',':rain_cloud::snowflake::face_with_head_bandage:']",
"951":"['calm',':zzz:']",
"952":"['light breeze',':wind_blowing_face:']",
"953":"['gentle breeze',':wind_blowing_face:']",
"954":"['moderate breeze',':wind_blowing_face:']",
"955":"['fresh breeze',':wind_blowing_face:']",
"956":"['strong breeze',':wind_blowing_face::dash:']",
"957":"['high wind, near gale',':wind_blowing_face:']",
"958":"['gale',':wind_blowing_face:']",
"959":"['severe gale',':wind_blowing_face:']",
"960":"['storm',':wind_blowing_face:']",
"961":"['violent storm',':wind_blowing_face:']",
"962":"['hurricane',':rain_cloud::dash:']"
}