-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathConfig.json
More file actions
140 lines (140 loc) · 2.99 KB
/
Copy pathConfig.json
File metadata and controls
140 lines (140 loc) · 2.99 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"MinVersion": "v1.3",
"MaxVersion": "v2.4.3",
"DefaultChannelName": "Main",
"UnknownMeterPlaceholder": "Unknown",
"StageWaterLevelMethodCode": "HGDWL",
"StageLoggerMethodCode": "HGLOGGER",
"KnownControlConditions": {
"Unspecified": "Unspecified",
"No Flow": "NoFlow",
"Clear": "Clear",
"Altered": "Altered",
"Debris": "Debris",
"Vegetation": "Vegetation",
"Fill": "Fill",
"Scour": "Scour",
"Ice": "Ice",
"Beaver Affected": "Beaver Affected"
},
"KnownTopEstimateMethods": {
"Power": "POWR",
"Constant": "CNST",
"3-Point": "3PNT"
},
"KnownBottomEstimateMethods": {
"Power": "POWR",
"No Slip": "NSLP"
},
"KnownSensors": {
"Atmos Pres (kPa)": {
"ParameterId": "PA",
"UnitId": "kPa"
},
"Battery Voltage Under Load (V)": {
"ParameterId": "YBL",
"UnitId": "V"
},
"Internal Temp (°C)": {
"ParameterId": "InternalTemp",
"UnitId": "degC"
},
"Open Water Extent (km)": {
"ParameterId": "IO",
"UnitId": "km"
},
"Precip (mm)": {
"ParameterId": "PN",
"UnitId": "mm"
},
"Reflective Power (W)": {
"ParameterId": "YR",
"UnitId": "W"
},
"Sediment Load (kg)": {
"ParameterId": "SL",
"UnitId": "kg"
},
"Sediment Transport Rate (kg/s)": {
"ParameterId": "STR",
"UnitId": "kg/s"
},
"Signal Strength(dBm)": {
"ParameterId": "YSS",
"UnitId": "dBm"
},
"Snow Cover (%)": {
"ParameterId": "SA",
"UnitId": "%"
},
"Snow Depth (cm)": {
"ParameterId": "SD",
"UnitId": "cm"
},
"Solar Panel Voltage (V)": {
"ParameterId": "SolarPanelVoltage",
"UnitId": "V"
},
"Tank Pressure(psi)": {
"ParameterId": "YP",
"UnitId": "psi"
},
"Wind Dir (deg)": {
"ParameterId": "UD",
"UnitId": "deg"
},
"Wind Speed (km/h)": {
"ParameterId": "US",
"UnitId": "km/hr"
},
"Water Temp (°C)": {
"ParameterId": "TW",
"UnitId": "degC"
},
"Air Temp (°C)": {
"ParameterId": "TA",
"UnitId": "degC"
},
"Accumulated Precip (mm)": {
"ParameterId": "PC",
"UnitId": "mm"
},
"Snow Water Equivalent (cm)": {
"ParameterId": "SW",
"UnitId": "cm"
},
"Forward Power (W)": {
"ParameterId": "YF",
"UnitId": "W"
},
"Voltage (V)": {
"ParameterId": "VB",
"UnitId": "V",
"SensorMethodCode": "VBLOGGER"
},
"Radiation (W/m^2)": {
"ParameterId": "RN",
"UnitId": "W/m^2"
},
"Head Stage (m)": {
"ParameterId": "HD",
"UnitId": "m"
},
"Precip Inc (mm)": {
"ParameterId": "PP",
"UnitId": "mm"
},
"N2 Bubble Rate (B./min)": {
"ParameterId": "N2BubbleRate",
"UnitId": "B./min"
},
"Tank Pressure (psi)": {
"ParameterId": "YP",
"UnitId": "psi"
},
"Tank Feed (psi)": {
"ParameterId": "YP2",
"UnitId": "psi"
}
}
}