-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweatherDataTestFile.json
More file actions
25 lines (25 loc) · 1.89 KB
/
weatherDataTestFile.json
File metadata and controls
25 lines (25 loc) · 1.89 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
{
"current": { "apparent_temperature": 35.9, "interval": 900, "is_day": 1, "rain": 0, "relative_humidity_2m": 69, "showers": 0, "snowfall": 0, "temperature_2m": 30.5, "time": "2024-08-15T16:00", "weather_code": 1 },
"current_units": { "apparent_temperature": "°C", "interval": "seconds", "is_day": "", "rain": "mm", "relative_humidity_2m": "%", "showers": "mm", "snowfall": "cm", "temperature_2m": "°C", "time": "iso8601", "weather_code": "wmo code" },
"daily": {
"apparent_temperature_max": [38.5, 44.3, 39.1, 37.2, 40, 40, 39.8],
"apparent_temperature_min": [31.3, 31.7, 31.3, 31.4, 32.5, 30.4, 32.5],
"rain_sum": [31.9, 0, 0, 0, 0, 0, 0],
"showers_sum": [0, 0, 0, 0, 0, 12.2, 1.3],
"snowfall_sum": [0, 0, 0, 0, 0, 0, 0],
"sunrise": ["2024-08-15T05:28", "2024-08-16T05:28", "2024-08-17T05:29", "2024-08-18T05:30", "2024-08-19T05:31", "2024-08-20T05:31", "2024-08-21T05:32"],
"sunset": ["2024-08-15T18:52", "2024-08-16T18:51", "2024-08-17T18:49", "2024-08-18T18:48", "2024-08-19T18:47", "2024-08-20T18:46", "2024-08-21T18:45"],
"temperature_2m_max": [31.5, 36.8, 33.2, 31.6, 33.6, 33, 32.6],
"temperature_2m_min": [26, 26.1, 27.3, 27.3, 26.2, 25.3, 25.9],
"time": ["2024-08-15", "2024-08-16", "2024-08-17", "2024-08-18", "2024-08-19", "2024-08-20", "2024-08-21"],
"weather_code": [65, 1, 2, 3, 3, 95, 45]
},
"daily_units": { "apparent_temperature_max": "°C", "apparent_temperature_min": "°C", "rain_sum": "mm", "showers_sum": "mm", "snowfall_sum": "cm", "sunrise": "iso8601", "sunset": "iso8601", "temperature_2m_max": "°C", "temperature_2m_min": "°C", "time": "iso8601", "weather_code": "wmo code" },
"elevation": 50,
"generationtime_ms": 0.1760721206665039,
"latitude": 33.55,
"longitude": 133.5625,
"timezone": "Asia/Tokyo",
"timezone_abbreviation": "JST",
"utc_offset_seconds": 32400
}