-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththresholds.json
More file actions
60 lines (60 loc) · 1.54 KB
/
thresholds.json
File metadata and controls
60 lines (60 loc) · 1.54 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
{
"thresholds": [
{
"latitude": 28.65340,
"longitude": 81.28740,
"riverName": "Karnali",
"locationName": "Chisapani",
"stationNumber": "280.00",
"stationID": "SI002130",
"stationOwnedByDHM": true,
"stationTelemetry": true,
"thresholdWarningDHM": 10,
"thresholdDangerDHM": 10.8,
"thresholdWarningNRCS": 11,
"thresholdDangerNRCS": 11.8
},
{
"latitude": 28.35111,
"longitude": 81.72056,
"riverName": "Babai",
"locationName": "Chepang",
"stationNumber": "289.95",
"stationID": "S00114",
"stationOwnedByDHM": true,
"stationTelemetry": true,
"thresholdWarningDHM": 5.5,
"thresholdDangerDHM": 6.8,
"thresholdWarningNRCS": 6.5,
"thresholdDangerNRCS": 7.8
},
{
"latitude": 28.83186,
"longitude": 80.51836,
"riverName": "Mohana",
"locationName": "Malakheti",
"stationNumber": "281.00",
"stationID": null,
"stationOwnedByDHM": true,
"stationTelemetry": true,
"thresholdWarningDHM": 2,
"thresholdDangerDHM": 3,
"thresholdWarningNRCS": 2,
"thresholdDangerNRCS": 3
},
{
"latitude": 28.93113,
"longitude": 80.53178,
"riverName": "Doda",
"locationName": "Sotyas",
"stationNumber": null,
"stationID": null,
"stationOwnedByDHM": false,
"stationTelemetry": false,
"thresholdWarningDHM": 4,
"thresholdDangerDHM": 4.9,
"thresholdWarningNRCS": 4,
"thresholdDangerNRCS": 4.9
}
]
}