-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsensor_test_results.json
More file actions
54 lines (54 loc) · 1.3 KB
/
sensor_test_results.json
File metadata and controls
54 lines (54 loc) · 1.3 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
{
"timestamp": "2025-11-23T20:11:47.425149",
"station_id": "KTXHOUST4430",
"neighborhood": "Downtown",
"sensors": {
"temperature": "70.3",
"feels_like": "70.3",
"dew_point": "60.0",
"humidity": "70.0",
"pressure": "30.13",
"wind_speed": "9.0",
"wind_gust": "9.2",
"wind_direction": "79",
"precipitation_rate": "0.0",
"precipitation_accumulation": "0.0",
"solar_radiation": "0.0",
"uv_index": "0.0"
},
"available_count": 12,
"total_count": 12,
"api_response": {
"observations": [
{
"stationID": "KTXHOUST4430",
"obsTimeUtc": "2025-11-24T01:10:00Z",
"obsTimeLocal": "2025-11-23 19:10:00",
"neighborhood": "Downtown",
"softwareType": null,
"country": "US",
"solarRadiation": 0.0,
"lon": -95.364,
"realtimeFrequency": null,
"epoch": 1763946600,
"lat": 29.76,
"uv": 0.0,
"winddir": 79,
"humidity": 70.0,
"qcStatus": 1,
"imperial": {
"temp": 70.3,
"heatIndex": 70.3,
"dewpt": 60.0,
"windChill": 70.3,
"windSpeed": 9.0,
"windGust": 9.2,
"pressure": 30.13,
"precipRate": 0.0,
"precipTotal": 0.0,
"elev": 59.0
}
}
]
}
}