-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather_data.txt
64 lines (64 loc) · 1.58 KB
/
weather_data.txt
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
{
"current": {
"time": "2023-07-31T22:37+01:00",
"symbol": "n000",
"symbolPhrase": "clear",
"temperature": 16,
"feelsLikeTemp": 16,
"relHumidity": 78,
"dewPoint": 12,
"windSpeed": 5,
"windDir": 257,
"windDirString": "W",
"windGust": 10,
"precipProb": 6,
"precipRate": 0,
"cloudiness": 3,
"thunderProb": 0,
"uvIndex": 0,
"pressure": 1001.65,
"visibility": 10630
}
}{
"current": {
"time": "2023-07-31T22:40+01:00",
"symbol": "n000",
"symbolPhrase": "clear",
"temperature": 16,
"feelsLikeTemp": 16,
"relHumidity": 78,
"dewPoint": 12,
"windSpeed": 5,
"windDir": 257,
"windDirString": "W",
"windGust": 10,
"precipProb": 6,
"precipRate": 0,
"cloudiness": 4,
"thunderProb": 0,
"uvIndex": 0,
"pressure": 1001.64,
"visibility": 10900
}
}{
"current": {
"time": "2023-07-31T23:21+01:00",
"symbol": "n100",
"symbolPhrase": "mostly clear",
"temperature": 16,
"feelsLikeTemp": 16,
"relHumidity": 81,
"dewPoint": 13,
"windSpeed": 5,
"windDir": 255,
"windDirString": "W",
"windGust": 10,
"precipProb": 5,
"precipRate": 0,
"cloudiness": 39,
"thunderProb": 0,
"uvIndex": 0,
"pressure": 1001.55,
"visibility": 10519
}
}