feat: implement sensor glitch detection for water levels and update data cleaning logic
This commit is contained in:
+10
-1
@@ -8939,7 +8939,7 @@
|
||||
{
|
||||
"timestamp": "2026-06-08T17:10:00.000Z",
|
||||
"level": 407.64,
|
||||
"flow": 0,
|
||||
"flow": 0.2,
|
||||
"inflow": 0.4,
|
||||
"volume": 0.14,
|
||||
"temperature": 23,
|
||||
@@ -8953,5 +8953,14 @@
|
||||
"volume": 0.14,
|
||||
"temperature": 22.3,
|
||||
"precipitation": 0
|
||||
},
|
||||
{
|
||||
"timestamp": "2026-06-08T17:30:00.000Z",
|
||||
"level": 407.64,
|
||||
"flow": 0,
|
||||
"inflow": 0.4,
|
||||
"volume": 0.14,
|
||||
"temperature": 22.3,
|
||||
"precipitation": 0
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user