-
Notifications
You must be signed in to change notification settings - Fork 0
/
obs_variables.json
46 lines (46 loc) · 982 Bytes
/
obs_variables.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
{
"variables":{
"process_vars":[
"temperature",
"dew_point_temperature",
"station_level_pressure",
"sea_level_pressure",
"wind_speed",
"wind_direction"
],
"not_process_vars":[
"wind_gust",
"precipitation",
"relative_humidity",
"wet_bulb_temperature",
"pres_wx_MW1",
"pres_wx_MW2",
"pres_wx_MW3",
"pres_wx_AU1",
"pres_wx_AU2",
"pres_wx_AU3",
"pres_wx_AW1",
"pres_wx_AW2",
"pres_wx_AW3",
"snow_depth",
"visibility",
"altimeter",
"pressure_3hr_change",
"sky_cover_1",
"sky_cover_baseht_1",
"sky_cover_2",
"sky_cover_baseht_2",
"sky_cover_3",
"sky_cover_baseht_3",
"precipitation_3_hour",
"precipitation_6_hour",
"precipitation_9_hour",
"precipitation_12_hour",
"precipitation_15_hour",
"precipitation_18_hour",
"precipitation_21_hour",
"precipitation_24_hour",
"remarks"
]
}
}