-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamplealert.json
135 lines (135 loc) · 3.09 KB
/
samplealert.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"alerts": 2
}
},
"alerts": [{
"type": "HEA",
"description": "Heat Advisory",
"date": "11:14 am CDT on July 3, 2012",
"date_epoch": "1341332040",
"expires": "8:50 PM CDT on January 23, 2017",
"expires_epoch": "1341662400",
"message": "\u000A...Heat advisory remains in effect until 7 am CDT Saturday...\u000A\u000A* temperature...heat indices of 100 to 105 are expected each \u000A afternoon...as Max temperatures climb into the mid to upper \u000A 90s...combined with dewpoints in the mid 60s to around 70. \u000A Heat indices will remain in the 75 to 80 degree range at \u000A night. \u000A\u000A* Impacts...the hot and humid weather will lead to an increased \u000A risk of heat related stress and illnesses. \u000A\u000APrecautionary/preparedness actions...\u000A\u000AA heat advisory means that a period of hot temperatures is\u000Aexpected. The combination of hot temperatures and high humidity\u000Awill combine to create a situation in which heat illnesses are\u000Apossible. Drink plenty of fluids...stay in an air-conditioned\u000Aroom...stay out of the sun...and check up on relatives...pets...\u000Aneighbors...and livestock.\u000A\u000ATake extra precautions if you work or spend time outside. Know\u000Athe signs and symptoms of heat exhaustion and heat stroke. Anyone\u000Aovercome by heat should be moved to a cool and shaded location.\u000AHeat stroke is an emergency...call 9 1 1.\u000A\u000A\u000A\u000AMjb\u000A\u000A\u000A",
"phenomena": "HT",
"significance": "Y",
"ZONES": [
{
"state":"UT",
"ZONE":"001"
}
],
"StormBased": {
"vertices":[
{
"lat":"38.87",
"lon":"-87.13"
}
,
{
"lat":"38.89",
"lon":"-87.13"
}
,
{
"lat":"38.91",
"lon":"-87.11"
}
,
{
"lat":"38.98",
"lon":"-86.93"
}
,
{
"lat":"38.87",
"lon":"-86.69"
}
,
{
"lat":"38.75",
"lon":"-86.3"
}
,
{
"lat":"38.84",
"lon":"-87.16"
}
],
"Vertex_count":7,
"stormInfo": {
"time_epoch": 1363464360,
"Motion_deg": 243,
"Motion_spd": 18,
"position_lat":38.90,
"position_lon":-86.96
}
}
},
{
"type": "TOR",
"description": "Tornado Test",
"date": "11:14 am CDT on July 5, 2012",
"date_epoch": "1341332040",
"expires": "8:20 PM CDT on January 23, 2017",
"expires_epoch": "1341662400",
"message": "\u000A...There be a twister out there somewhere.\u000A\u000A\u000A\u000AMjb\u000A\u000A\u000A",
"phenomena": "TO",
"significance": "Y",
"ZONES": [
{
"state":"UT",
"ZONE":"001"
}
],
"StormBased": {
"vertices":[
{
"lat":"38.87",
"lon":"-87.13"
}
,
{
"lat":"38.89",
"lon":"-87.13"
}
,
{
"lat":"38.91",
"lon":"-87.11"
}
,
{
"lat":"38.98",
"lon":"-86.93"
}
,
{
"lat":"38.87",
"lon":"-86.69"
}
,
{
"lat":"38.75",
"lon":"-86.3"
}
,
{
"lat":"38.84",
"lon":"-87.16"
}
],
"Vertex_count":7,
"stormInfo": {
"time_epoch": 1363464360,
"Motion_deg": 243,
"Motion_spd": 18,
"position_lat":38.90,
"position_lon":-86.96
}
}
}]
}