-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestoutput.json
More file actions
319 lines (319 loc) · 13.2 KB
/
Copy pathtestoutput.json
File metadata and controls
319 lines (319 loc) · 13.2 KB
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": [
[
[
-122.6880785,
45.5346378
],
[
-122.6819138,
45.513782299999995
],
[
-122.6521851,
45.51809349999999
],
[
-122.6583436,
45.53894919999999
],
[
-122.6880785,
45.5346378
]
]
]
},
"properties": {
"units": "us",
"forecastGenerator": "BaselineForecastGenerator",
"generatedAt": "2024-10-19T03:16:24+00:00",
"updateTime": "2024-10-19T02:41:50+00:00",
"validTimes": "2024-10-18T20:00:00+00:00/P7DT8H",
"elevation": {
"unitCode": "wmoUnit:m",
"value": 60.96
},
"periods": [
{
"number": 1,
"name": "Tonight",
"startTime": "2024-10-18T20:00:00-07:00",
"endTime": "2024-10-19T06:00:00-07:00",
"isDaytime": false,
"temperature": 54,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 70
},
"windSpeed": "6 mph",
"windDirection": "SSE",
"icon": "https://api.weather.gov/icons/land/night/rain,70/rain,40?size=medium",
"shortForecast": "Light Rain Likely",
"detailedForecast": "Rain likely. Cloudy, with a low around 54. South southeast wind around 6 mph. Chance of precipitation is 70%."
},
{
"number": 2,
"name": "Saturday",
"startTime": "2024-10-19T06:00:00-07:00",
"endTime": "2024-10-19T18:00:00-07:00",
"isDaytime": true,
"temperature": 70,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 20
},
"windSpeed": "5 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/day/rain,20?size=medium",
"shortForecast": "Slight Chance Light Rain",
"detailedForecast": "A slight chance of rain before 5pm. Partly sunny. High near 70, with temperatures falling to around 68 in the afternoon. South wind around 5 mph. Chance of precipitation is 20%."
},
{
"number": 3,
"name": "Saturday Night",
"startTime": "2024-10-19T18:00:00-07:00",
"endTime": "2024-10-20T06:00:00-07:00",
"isDaytime": false,
"temperature": 51,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 20
},
"windSpeed": "2 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/night/sct/rain,20?size=medium",
"shortForecast": "Partly Cloudy then Slight Chance Light Rain",
"detailedForecast": "A slight chance of rain after 5am. Partly cloudy. Low around 51, with temperatures rising to around 53 overnight. South wind around 2 mph. Chance of precipitation is 20%."
},
{
"number": 4,
"name": "Sunday",
"startTime": "2024-10-20T06:00:00-07:00",
"endTime": "2024-10-20T18:00:00-07:00",
"isDaytime": true,
"temperature": 67,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 90
},
"windSpeed": "2 to 9 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/day/rain,80/rain,90?size=medium",
"shortForecast": "Rain",
"detailedForecast": "Rain. Partly sunny, with a high near 67. South wind 2 to 9 mph. Chance of precipitation is 90%. New rainfall amounts between a quarter and half of an inch possible."
},
{
"number": 5,
"name": "Sunday Night",
"startTime": "2024-10-20T18:00:00-07:00",
"endTime": "2024-10-21T06:00:00-07:00",
"isDaytime": false,
"temperature": 50,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 90
},
"windSpeed": "2 to 7 mph",
"windDirection": "W",
"icon": "https://api.weather.gov/icons/land/night/rain,90/rain,70?size=medium",
"shortForecast": "Rain",
"detailedForecast": "Rain. Cloudy, with a low around 50. West wind 2 to 7 mph. Chance of precipitation is 90%. New rainfall amounts between a quarter and half of an inch possible."
},
{
"number": 6,
"name": "Monday",
"startTime": "2024-10-21T06:00:00-07:00",
"endTime": "2024-10-21T18:00:00-07:00",
"isDaytime": true,
"temperature": 59,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 80
},
"windSpeed": "5 mph",
"windDirection": "WSW",
"icon": "https://api.weather.gov/icons/land/day/rain,80?size=medium",
"shortForecast": "Light Rain",
"detailedForecast": "Rain. Mostly cloudy, with a high near 59. Chance of precipitation is 80%."
},
{
"number": 7,
"name": "Monday Night",
"startTime": "2024-10-21T18:00:00-07:00",
"endTime": "2024-10-22T06:00:00-07:00",
"isDaytime": false,
"temperature": 45,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": 40
},
"windSpeed": "3 mph",
"windDirection": "NW",
"icon": "https://api.weather.gov/icons/land/night/rain_showers,40/bkn?size=medium",
"shortForecast": "Chance Rain Showers then Mostly Cloudy",
"detailedForecast": "A chance of rain showers before 11pm. Mostly cloudy, with a low around 45. Chance of precipitation is 40%."
},
{
"number": 8,
"name": "Tuesday",
"startTime": "2024-10-22T06:00:00-07:00",
"endTime": "2024-10-22T18:00:00-07:00",
"isDaytime": true,
"temperature": 58,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "N",
"icon": "https://api.weather.gov/icons/land/day/sct?size=medium",
"shortForecast": "Mostly Sunny",
"detailedForecast": "Mostly sunny, with a high near 58."
},
{
"number": 9,
"name": "Tuesday Night",
"startTime": "2024-10-22T18:00:00-07:00",
"endTime": "2024-10-23T06:00:00-07:00",
"isDaytime": false,
"temperature": 42,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "N",
"icon": "https://api.weather.gov/icons/land/night/few?size=medium",
"shortForecast": "Mostly Clear",
"detailedForecast": "Mostly clear, with a low around 42."
},
{
"number": 10,
"name": "Wednesday",
"startTime": "2024-10-23T06:00:00-07:00",
"endTime": "2024-10-23T18:00:00-07:00",
"isDaytime": true,
"temperature": 61,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "NNE",
"icon": "https://api.weather.gov/icons/land/day/sct?size=medium",
"shortForecast": "Mostly Sunny",
"detailedForecast": "Mostly sunny, with a high near 61."
},
{
"number": 11,
"name": "Wednesday Night",
"startTime": "2024-10-23T18:00:00-07:00",
"endTime": "2024-10-24T06:00:00-07:00",
"isDaytime": false,
"temperature": 42,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "3 mph",
"windDirection": "N",
"icon": "https://api.weather.gov/icons/land/night/few?size=medium",
"shortForecast": "Mostly Clear",
"detailedForecast": "Mostly clear, with a low around 42."
},
{
"number": 12,
"name": "Thursday",
"startTime": "2024-10-24T06:00:00-07:00",
"endTime": "2024-10-24T18:00:00-07:00",
"isDaytime": true,
"temperature": 62,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "3 mph",
"windDirection": "ENE",
"icon": "https://api.weather.gov/icons/land/day/sct/rain_showers?size=medium",
"shortForecast": "Mostly Sunny then Chance Rain Showers",
"detailedForecast": "A chance of rain showers after 5pm. Mostly sunny, with a high near 62."
},
{
"number": 13,
"name": "Thursday Night",
"startTime": "2024-10-24T18:00:00-07:00",
"endTime": "2024-10-25T06:00:00-07:00",
"isDaytime": false,
"temperature": 49,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "5 mph",
"windDirection": "SE",
"icon": "https://api.weather.gov/icons/land/night/rain_showers?size=medium",
"shortForecast": "Chance Rain Showers",
"detailedForecast": "A chance of rain showers. Mostly cloudy, with a low around 49."
},
{
"number": 14,
"name": "Friday",
"startTime": "2024-10-25T06:00:00-07:00",
"endTime": "2024-10-25T18:00:00-07:00",
"isDaytime": true,
"temperature": 60,
"temperatureUnit": "F",
"temperatureTrend": "",
"probabilityOfPrecipitation": {
"unitCode": "wmoUnit:percent",
"value": null
},
"windSpeed": "6 mph",
"windDirection": "S",
"icon": "https://api.weather.gov/icons/land/day/rain_showers?size=medium",
"shortForecast": "Rain Showers",
"detailedForecast": "Rain showers. Mostly cloudy, with a high near 60."
}
]
}
}