feat: implement sensor glitch detection for water levels and update data cleaning logic

This commit is contained in:
David Fencl
2026-06-08 19:45:37 +02:00
parent 62c861e610
commit f8a7be7fa3
28 changed files with 222 additions and 64 deletions
+10 -1
View File
@@ -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
}
]