-
Notifications
You must be signed in to change notification settings - Fork 0
/
forecast.json
319 lines (319 loc) · 13.9 KB
/
forecast.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
{
"@context": [
"https://geojson.org/geojson-ld/geojson-context.jsonld",
{
"@version": "1.1",
"wx": "https://api.weather.gov/ontology#",
"geo": "http://www.opengis.net/ont/geosparql#",
"unit": "http://codes.wmo.int/common/unit/",
"@vocab": "https://api.weather.gov/ontology#"
}
],
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-82.067762500000001,
41.291348499999998
],
[
-82.070535300000003,
41.269568199999995
],
[
-82.041553300000004,
41.267481999999994
],
[
-82.038774400000008,
41.289262199999996
],
[
-82.067762500000001,
41.291348499999998
]
]
]
},
"properties": {
"units": "us",
"forecastGenerator": "BaselineForecastGenerator",
"generatedAt": "2024-08-13T01:48:48+00:00",
"updateTime": "2024-08-13T01:15:42+00:00",
"validTimes": "2024-08-12T19:00:00+00:00/P7DT9H",
"elevation": {
"unitCode": "wmoUnit:m",
"value": 242.9256
},
"periods": [
{
"number": 1,
"name": "Tonight",
"startTime": "2024-08-12T21:00:00-04:00",
"endTime": "2024-08-13T06:00:00-04:00",
"isDaytime": false,
"temperature": 58,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "SE",
"icon": "https://api.weather.gov/icons/land/night/sct?size=medium",
"shortForecast": "Partly Cloudy",
"detailedForecast": "Partly cloudy, with a low around 58. Southeast wind around 5 mph."
},
{
"number": 2,
"name": "Tuesday",
"startTime": "2024-08-13T06:00:00-04:00",
"endTime": "2024-08-13T18:00:00-04:00",
"isDaytime": true,
"temperature": 80,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 20
},
"windSpeed": "2 to 7 mph",
"windDirection": "W",
"icon": "https://api.weather.gov/icons/land/day/sct/rain_showers,20?size=medium",
"shortForecast": "Mostly Sunny then Slight Chance Rain Showers",
"detailedForecast": "A slight chance of rain showers after 1pm. Mostly sunny, with a high near 80. West wind 2 to 7 mph. Chance of precipitation is 20%. New rainfall amounts less than a tenth of an inch possible."
},
{
"number": 3,
"name": "Tuesday Night",
"startTime": "2024-08-13T18:00:00-04:00",
"endTime": "2024-08-14T06:00:00-04:00",
"isDaytime": false,
"temperature": 58,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "2 to 7 mph",
"windDirection": "E",
"icon": "https://api.weather.gov/icons/land/night/few?size=medium",
"shortForecast": "Mostly Clear",
"detailedForecast": "Mostly clear, with a low around 58. East wind 2 to 7 mph. New rainfall amounts less than a tenth of an inch possible."
},
{
"number": 4,
"name": "Wednesday",
"startTime": "2024-08-14T06:00:00-04:00",
"endTime": "2024-08-14T18:00:00-04:00",
"isDaytime": true,
"temperature": 83,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "2 to 8 mph",
"windDirection": "E",
"icon": "https://api.weather.gov/icons/land/day/few?size=medium",
"shortForecast": "Sunny",
"detailedForecast": "Sunny, with a high near 83. East wind 2 to 8 mph."
},
{
"number": 5,
"name": "Wednesday Night",
"startTime": "2024-08-14T18:00:00-04:00",
"endTime": "2024-08-15T06:00:00-04:00",
"isDaytime": false,
"temperature": 60,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "7 mph",
"windDirection": "E",
"icon": "https://api.weather.gov/icons/land/night/sct?size=medium",
"shortForecast": "Partly Cloudy",
"detailedForecast": "Partly cloudy, with a low around 60. East wind around 7 mph."
},
{
"number": 6,
"name": "Thursday",
"startTime": "2024-08-15T06:00:00-04:00",
"endTime": "2024-08-15T18:00:00-04:00",
"isDaytime": true,
"temperature": 85,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "SE",
"icon": "https://api.weather.gov/icons/land/day/bkn?size=medium",
"shortForecast": "Partly Sunny",
"detailedForecast": "Partly sunny, with a high near 85."
},
{
"number": 7,
"name": "Thursday Night",
"startTime": "2024-08-15T18:00:00-04:00",
"endTime": "2024-08-16T06:00:00-04:00",
"isDaytime": false,
"temperature": 64,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 40
},
"windSpeed": "5 to 8 mph",
"windDirection": "E",
"icon": "https://api.weather.gov/icons/land/night/rain_showers/rain_showers,40?size=medium",
"shortForecast": "Chance Rain Showers",
"detailedForecast": "A chance of rain showers after 8pm. Mostly cloudy, with a low around 64. Chance of precipitation is 40%."
},
{
"number": 8,
"name": "Friday",
"startTime": "2024-08-16T06:00:00-04:00",
"endTime": "2024-08-16T18:00:00-04:00",
"isDaytime": true,
"temperature": 84,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 70
},
"windSpeed": "8 to 12 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/day/tsra,50/tsra,70?size=medium",
"shortForecast": "Showers And Thunderstorms Likely",
"detailedForecast": "A chance of rain showers before 8am, then showers and thunderstorms likely. Mostly cloudy, with a high near 84. Chance of precipitation is 70%."
},
{
"number": 9,
"name": "Friday Night",
"startTime": "2024-08-16T18:00:00-04:00",
"endTime": "2024-08-17T06:00:00-04:00",
"isDaytime": false,
"temperature": 67,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 70
},
"windSpeed": "13 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/night/tsra_sct,70/tsra_sct,60?size=medium",
"shortForecast": "Showers And Thunderstorms Likely",
"detailedForecast": "Showers and thunderstorms likely before 2am, then a chance of showers and thunderstorms. Mostly cloudy, with a low around 67. Chance of precipitation is 70%."
},
{
"number": 10,
"name": "Saturday",
"startTime": "2024-08-17T06:00:00-04:00",
"endTime": "2024-08-17T18:00:00-04:00",
"isDaytime": true,
"temperature": 82,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 50
},
"windSpeed": "13 mph",
"windDirection": "SW",
"icon": "https://api.weather.gov/icons/land/day/tsra_sct,40/tsra_sct,50?size=medium",
"shortForecast": "Chance Showers And Thunderstorms",
"detailedForecast": "A chance of showers and thunderstorms before 8am, then a chance of showers and thunderstorms between 8am and 2pm, then a chance of showers and thunderstorms. Partly sunny, with a high near 82. Chance of precipitation is 50%."
},
{
"number": 11,
"name": "Saturday Night",
"startTime": "2024-08-17T18:00:00-04:00",
"endTime": "2024-08-18T06:00:00-04:00",
"isDaytime": false,
"temperature": 64,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 50
},
"windSpeed": "7 to 10 mph",
"windDirection": "SW",
"icon": "https://api.weather.gov/icons/land/night/tsra_hi,50/tsra_hi,40?size=medium",
"shortForecast": "Chance Showers And Thunderstorms",
"detailedForecast": "A chance of showers and thunderstorms before 2am, then a chance of showers and thunderstorms. Mostly cloudy, with a low around 64. Chance of precipitation is 50%."
},
{
"number": 12,
"name": "Sunday",
"startTime": "2024-08-18T06:00:00-04:00",
"endTime": "2024-08-18T18:00:00-04:00",
"isDaytime": true,
"temperature": 80,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 50
},
"windSpeed": "10 mph",
"windDirection": "W",
"icon": "https://api.weather.gov/icons/land/day/tsra_hi,50?size=medium",
"shortForecast": "Chance Showers And Thunderstorms",
"detailedForecast": "A chance of showers and thunderstorms before 2pm, then a chance of showers and thunderstorms. Partly sunny, with a high near 80. Chance of precipitation is 50%."
},
{
"number": 13,
"name": "Sunday Night",
"startTime": "2024-08-18T18:00:00-04:00",
"endTime": "2024-08-19T06:00:00-04:00",
"isDaytime": false,
"temperature": 63,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 50
},
"windSpeed": "9 mph",
"windDirection": "W",
"icon": "https://api.weather.gov/icons/land/night/tsra_hi,50/tsra_hi,30?size=medium",
"shortForecast": "Chance Showers And Thunderstorms",
"detailedForecast": "A chance of showers and thunderstorms before 2am, then a chance of showers and thunderstorms. Mostly cloudy, with a low around 63. Chance of precipitation is 50%."
},
{
"number": 14,
"name": "Monday",
"startTime": "2024-08-19T06:00:00-04:00",
"endTime": "2024-08-19T18:00:00-04:00",
"isDaytime": true,
"temperature": 78,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 50
},
"windSpeed": "7 to 12 mph",
"windDirection": "NW",
"icon": "https://api.weather.gov/icons/land/day/tsra_hi,40/tsra_hi,50?size=medium",
"shortForecast": "Chance Showers And Thunderstorms",
"detailedForecast": "A chance of showers and thunderstorms. Mostly sunny, with a high near 78. Chance of precipitation is 50%."
}
]
}
}