-
Notifications
You must be signed in to change notification settings - Fork 0
/
SampleData.json
67 lines (67 loc) · 2 KB
/
SampleData.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
{
"descriptions": {
"disclaimer_en": "The information contained into this file is provided by Centro"
},
"soles": [
{
"id": "2996",
"terrestrial_date": "2021-06-16",
"sol": "3150",
"ls": "59",
"season": "Month 2",
"min_temp": "-78",
"max_temp": "-26",
"pressure": "873",
"pressure_string": "Higher",
"abs_humidity": "--",
"wind_speed": "--",
"wind_direction": "--",
"atmo_opacity": "Sunny",
"sunrise": "06:06",
"sunset": "17:51",
"local_uv_irradiance_index": "Moderate",
"min_gts_temp": "-81",
"max_gts_temp": "-12"
},
{
"id": "2998",
"terrestrial_date": "2021-06-15",
"sol": "3149",
"ls": "58",
"season": "Month 2",
"min_temp": "-78",
"max_temp": "-26",
"pressure": "873",
"pressure_string": "Higher",
"abs_humidity": "--",
"wind_speed": "--",
"wind_direction": "--",
"atmo_opacity": "Sunny",
"sunrise": "06:06",
"sunset": "17:51",
"local_uv_irradiance_index": "Moderate",
"min_gts_temp": "-84",
"max_gts_temp": "-10"
},
{
"id": "2994",
"terrestrial_date": "2021-06-14",
"sol": "3148",
"ls": "58",
"season": "Month 2",
"min_temp": "-77",
"max_temp": "-31",
"pressure": "873",
"pressure_string": "Higher",
"abs_humidity": "--",
"wind_speed": "--",
"wind_direction": "--",
"atmo_opacity": "Sunny",
"sunrise": "06:06",
"sunset": "17:52",
"local_uv_irradiance_index": "Moderate",
"min_gts_temp": "-85",
"max_gts_temp": "-11"
}
]
}